My first R package base on a R homework
- install.packages("devtools")
- start a new project
- document() :
- for generating documentations/help files when typing ?functionName()
- .Rd files in
man
- Build&Reload constantly to refresh the package
devtools:test()
to test the test cases- more details in [overview], part1, part2, hints
- library(devtools)
- install_github("santina/gameplay")