
Setup GitHub Actions to document package
Source:R/add_github_actions_document.R
add_github_actions_document.RdThis function creates a configuration file (.yaml) to setup GitHub Actions
to document the package and update the Rd files in the man/, the
NAMESPACE and DESCRIPTION files.
This workflow is derived
from https://github.com/r-lib/actions/tree/v2-branch/examples.
This file will be written as .github/workflows/document-package.yaml.