https://github.com/jangorecki/pkgup
GH Actions lightweight setup for R package release
https://github.com/jangorecki/pkgup
Last synced: 28 days ago
JSON representation
GH Actions lightweight setup for R package release
- Host: GitHub
- URL: https://github.com/jangorecki/pkgup
- Owner: jangorecki
- Created: 2022-10-28T21:06:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-19T20:37:58.000Z (6 months ago)
- Last Synced: 2025-01-24T18:09:29.437Z (3 months ago)
- Language: R
- Homepage: https://jangorecki.github.io/pkgup/
- Size: 22.5 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
Awesome Lists containing this project
- jimsghstars - jangorecki/pkgup - GH Actions lightweight setup for R package release (R)
README
pkgup
----Example lightweight setup for R package release.
- [x] R package repository
- [x] R package documentation as html website
- [x] manual
- [x] news
- [x] vignettes[R package documentation](https://jangorecki.github.io/pkgup)
----
Installation
----```r
install.packages("pkgup", repos="https://jangorecki.github.io/pkgup")
```How to pkgup
----Let's keep it light, no need to install.
See [howto vignette](https://jangorecki.github.io/pkgup/vignettes/howto.html) for details.