Skip to contents

Builds a pkgdown website without requiring internet connection by using cached dependencies. Detects the installed pkgdown version and applies the appropriate offline build strategy.

Usage

build_site(...)

Arguments

...

Arguments passed to pkgdown::build_site().

Value

Invisible NULL, called for side effect of building the website.

Examples

if (FALSE) { # \dontrun{
pkgdown.offline::build_site(override = list(destination = tempdir()))
} # }