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

https://github.com/ctsit/rdemo

Demo of R Package
https://github.com/ctsit/rdemo

Last synced: about 1 year ago
JSON representation

Demo of R Package

Awesome Lists containing this project

README

          

# rdemo

Demonstration of an R Package

> install.packages("renv")
> renv::init()
Restart R.
> install.packages("devtools")
> devtools::install_github("ctsit/rdemo")
> rdemo::main()

## See Also

* http://r-pkgs.had.co.nz/intro.html
* https://cran.r-project.org/web/packages/devtools/vignettes/dependencies.html