The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

Documentation Website

Purpose

The repository includes a pkgdown configuration so that the README, function reference pages, and vignettes can be rendered as a documentation website. The site configuration is stored in _pkgdown.yml.

The generated site is written to pkgdown/. This keeps generated website files separate from the repository’s source documentation in docs/.

Build Locally

library(pkgdown)

build_site()

For a documentation-only check, build the articles and reference index locally before pushing changes.

library(pkgdown)

build_articles()
build_reference()

Article Groups

The pkgdown site organizes vignettes into four groups:

Maintenance Checklist

Before publishing documentation changes, run:

Rscript -e "devtools::document()"
Rscript -e "testthat::test_local('.')"
Rscript -e "lintr::lint_package()"
Rscript -e "pkgdown::build_site()"

If a user-facing function, argument, or workflow changes, update at least one vignette and the relevant reference documentation.

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.