An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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.