- If everything is in check build the documentation.
- This generates the Rd files for functions and data-sets.
- Build —> Document
January 13, 2019
devtools::spell_check()
Configure Build Tools is for changing options related to package developement.
cd .. (to leave the project folder)
R CMD Rd2pdf
cd .. (to leave the project folder)
R CMD check <package.name>.tar.gz (check for errors and publish a log file)