Skip to contents

Sets up the necessary infrastructure for building a pkgdown site offline by copying locally cached dependencies to the pkgdown cache directory.

Usage

init_site(...)

Arguments

...

Arguments passed to pkgdown::init_site().

Value

Invisible NULL, called for side effect of initializing site resources.

Examples

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