All functions

check_workflow_name()

Check the workflow name is formatted correctly

rm_dollar_sign()

Replace dollar sign operator in a file

use_build_deploy_bookdown()

use workflow in current pkg to build and deploy (update) bookdown Builds the bookdown, then deploys it to a branch in the same repository called gh-pages. The repository must be

use_calc_coverage()

workflow for calculating code coverage

use_connect_publish()

use workflow to publish to Posit Connect from a private repo

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_style_description()

use workflow in current pkg to run usethis::use_tidy_description()

use_style_r_code()

use workflow in current pkg to run styler::style_pkg() and submit results as a PR

use_update_pkgdown()

use workflow in current pkg to update pkg down, where the site is deployed to a branch called gh-pages

use_update_roxygen_docs()

use workflow in current pkg to run devtools::document() and submit results as a PR