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
- Host: GitHub
- URL: https://github.com/ctsit/rdemo
- Owner: ctsit
- License: mit
- Created: 2020-08-10T20:24:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T20:31:05.000Z (almost 6 years ago)
- Last Synced: 2025-02-27T20:32:57.385Z (over 1 year ago)
- Language: R
- Size: 4.88 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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