Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1002 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 1002 Bytes

actions

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.

Types

To initialize with the appropriate GitHub Actions template, please use the usethis package v1.6.0 or greater.

full public repository check matrix

usethis::use_github_action(
  url = "https://raw.githubusercontent.com/tmsalab/actions/master/workflows/R-CMD-check.yaml"
)

private repository check matrix

usethis::use_github_action(
  url = "https://raw.githubusercontent.com/tmsalab/actions/master/workflows/check-private.yaml", 
  save_as = "R-CMD-check.yaml"
)

pkgdown

usethis::use_github_action(
  url = "https://raw.githubusercontent.com/tmsalab/actions/master/workflows/pkgdown.yaml"
)