rd_roclet,
namespace_roclet, and for update_collate,
for more details.roxygenize(package.dir = ".", roclets = NULL, load_code = source_package,
clean = FALSE)roxygenise(package.dir = ".", roclets = NULL, load_code = source_package,
clean = FALSE)
NULL, which will use the roclets fields in
the list provided in the Roxygen DESCRIPTION field. If none are
specified, defaults to c("collate", "namespace", "rd").TRUE, roxygen will delete all files previously
created by roxygen before running each roclet.NULLsource_package provides a simple simulation of package
loading that works if you only have R files in your package. For more
complicated packages, I recommend using devtools::document which
does a much better job at simulating package install and load.