release(pkg = ".", check = TRUE)
as.package
for more informationTRUE
, run checking, otherwise omit
it. This is useful if you've just checked your package
and you're ready to release it.
R CMD check
You also need to read the CRAN repository policy at
release
tries to automate as many of polices as
possible, but it's impossible to be completely
comprehensive, and they do change in between releases of
devtools.