Chapter 9 Package checks
Now that we’ve built an R package, we need to check it.
Run R check often to make sure you aren’t breaking something in your package.
9.1 RStudio
Keyboard shortchuts: shift + command + E (shift + ctrl + E)
OR use buttons
9.3 the really hard way
9.4 see also
- R-hub:
rhub
package (many different fxn options), website: https://builder.r-hub.io/, R pkg https://cran.rstudio.com/web/packages/rhub/ - win-builder: via
devtools::build_win()