build_manual: Build a Package's Manual

View source: R/build_manual.R

build_manualR 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.


packager documentation built on Aug. 16, 2023, 5:08 p.m.