Within this repository, we store customized configurations for GitHub Actions based off of the GitHub Actions for R Language.
For the workflows being used, please see tmsalab/actions/workflow directory.
To initialize with the appropriate GitHub Actions template, please use the
usethis
package v1.6.0 or greater.
usethis::use_github_action(
url = "https://raw.githubusercontent.com/tmsalab/actions/master/workflows/R-CMD-check.yaml"
)
usethis::use_github_action(
url = "https://raw.githubusercontent.com/tmsalab/actions/master/workflows/check-private.yaml",
save_as = "R-CMD-check.yaml"
)
usethis::use_github_action(
url = "https://raw.githubusercontent.com/tmsalab/actions/master/workflows/pkgdown.yaml"
)