build_manual {packager}R Documentation

Build a Package's Manual

Description

devtools version (devtools::build_manual) does not run roxygen first and by defaults puts it in ../ instead of .Rcheck

Usage

build_manual(
  path = ".",
  output_directory = NULL,
  roxygenise = TRUE,
  verbose = TRUE
)

Arguments

path

Path to the package.

output_directory

Where to put the manual. Defaults to the Rcheck directory.

roxygenise

Run roxygen first?

verbose

Be verbose?

Value

Invisibly the value of the call to R CMD Rd2pdf.


[Package packager version 1.15.2 Index]