R CMD INSTALL to install the package. Will
also try to install dependencies of the package from
CRAN, if they're not already installed.install(pkg = NULL, reload = TRUE)as.package for more informationTRUE (the default), will
automatically reload the package after installing.R CMD build to avoid modifying the
local directory in any way.