Build complete static documentation for a package.

Usage

build_site(pkg = ".", ..., launch = interactive())

Arguments

pkg
path to source version of package. See as.package for details on how paths and package names are resolved.
...
Other additional arguments passed to as.sd_package used to override package defaults.
launch
If TRUE, will open freshly generated site in web browser.

Description

Currently, build_site builds documentation for:

  • The package DESCRIPTION
  • Help topics
  • Vignettes
  • Demos. Must be listed in ‘demos/00index
  • README.md files