All functions

add_args()

Add platform-specific additional arguments to a GitHub workflow YAML file

check_workflow_name()

Check the workflow name is formatted correctly

rm_dollar_sign()

Replace dollar sign operator in a file

use_build_pkgdown()

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.

use_calc_coverage()

workflow for calculating code coverage

use_doc_and_style_r()

Use workflow in current pkg to automate documenting and styling

use_r_cmd_check()

Use workflow to run r cmd check on Linux, Mac, and Windows GitHub Actions

use_spell_check()

use workflow to run spelling::spell_check_package()

use_update_pkgdown()

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 gh-pages.

validate_additional_args()

Validate additional arguments for R functions