Skip to contents

GitHub Actions workflow helpers

Create workflows for package checks, documentation and deployment.

gha_check_full()
Create a GitHub Actions workflow that checks your package regularly
gha_pkgdown_branch()
Create a GitHub Actions workflow that builds a pkgdown site
gha_update_docs()
Create a GitHub Actions workflow that documents and checks your package

Documentation checking helpers

Inspect generated package documentation.

check_rd_titles()
Inspect Rd file titles

Package maintenance helpers

Run package-wide maintenance tasks and manage ignore files.

add_global_gitgnore()
Add a global .gitignore file to a package
update_docs()
Document your package

Documentation rendering helpers

Render Quarto sources and precompute vignettes.

build_qmd() build_readme_qmd()
Build Quarto files for a package
precompute_vignette() precompute_vignette_all()
Precompute vignettes
pkgdev pkgdev-package
pkgdev: Helpers to Develop Packages with GitHub Actions