All functions |
|
---|---|
Add platform-specific additional arguments to a GitHub workflow YAML file |
|
Check the workflow name is formatted correctly |
|
Replace dollar sign operator in a file |
|
use workflow in current pkg to check pkgdown site builds. This workflow will try to build the pkgdown site, and store it as an artifact to be retrieved from the GitHub actions run. It will fail if the pkgdown site cannot be built. This is a companion to use_update_pkgdown(), as the update_pkgdown the site, and therefore can be used to test if the build is working in cases where you do not want to deploy as well. |
|
workflow for calculating code coverage |
|
Use workflow in current pkg to automate documenting and styling |
|
Use workflow to run r cmd check on Linux, Mac, and Windows GitHub Actions |
|
use workflow to run spelling::spell_check_package() |
|
Creates a workflow in current R package to update an existing pkgdown GitHub pages site For more information, see the setup details vignette before running this function. This workflow will assume the website is built from a branch called |
|
Validate additional arguments for R functions |