Learn R Programming

packager (version 1.15.2)

build_manual: 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
)

Value

Invisibly the value of the call to R CMD Rd2pdf.

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?