Esta función es un wrapper de pkgdown::build_site().
Arguments
- pkg
Path to package.
- ...
Arguments passed on to
pkgdown::build_siteexamplesRun examples?
run_dont_runRun examples that are surrounded in \dontrun?
seedSeed used to initialize random number generation in order to make article output reproducible. An integer scalar or
NULLfor no seed.lazyIf
TRUE, will only rebuild articles and reference pages if the source is newer than the destination.overrideAn optional named list used to temporarily override values in
_pkgdown.ymlpreviewIf
TRUE, oris.na(preview) && interactive(), will preview freshly generated section in browser.develUse development or deployment process?
If
TRUE, uses lighter-weight process suitable for rapid iteration; it will run examples and vignettes in the current process, and will load code withpkgload::load_all().If
FALSE, will first install the package to a temporary library, and will run all examples and vignettes in a new process.build_site()defaults todevel = FALSEso that you get high fidelity outputs when you building the complete site;build_reference(),build_home()and friends default todevel = TRUEso that you can rapidly iterate during development.new_processIf
TRUE, will runbuild_site()in a separate process. This enhances reproducibility by ensuring nothing that you have loaded in the current process affects the build process.installIf
TRUE, will install the package in a temporary library so it is available for vignettes.
Details
La única diferencia con pkgdown::build_site() es que te recuerda los pasos
a seguir para configurar rostemplate, y pide confirmación antes de
ejecutar pkgdown::build_site(). El resultado se genera en la carpeta
/docs.
Al contrario que ros_actions_pkgdown_branch(), esta acción se ejecuta por
el usuario.
