devtools version
(devtools::build_manual
) does not run
roxygen first and by defaults puts it in ../ instead of .Rcheck
build_manual(
path = ".",
output_directory = NULL,
roxygenise = TRUE,
verbose = TRUE
)
Invisibly
the value of the call to
R CMD Rd2pdf
.
Path to the package.
Where to put the manual. Defaults to the Rcheck directory.
Run roxygen first?
Be verbose?