The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
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[@]dogado.de.
pkgdown.offline supports offline builds of pkgdown websites. It implements identically named functions to mask the original site initialization and site building functions for convenient drop-in replacements in your environment-constrained development or CI/CD workflows that cannot access the internet.
To test the offline build workflow, first clear the pkgdown external frontend dependencies cache that might exist in your environment:
Create a new package. For example:
Switch off internet connection. In the new project, run:
In practice, you can replace pkgdown::build_site()
calls
with pkgdown.offline::build_site()
in your wrapper function
or CI/CD workflow to achieve offline builds. Similarly, you can use
pkgdown.offline::init_site()
if a
pkgdown::init_site()
step was involved in your
workflow.
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.
Health stats visible at Monitor.