use_r_cmd_check.Rd
Use workflow to run r cmd check on Linux, Mac, and Windows GitHub Actions
use_r_cmd_check(
workflow_name = "call-r-cmd-check.yml",
use_full_build_matrix = FALSE,
depends_on_tmb = FALSE,
additional_args = NULL
)
What to name the github action workflow locally. Must
have the file extension .yml
Run R cmd check with two older versions of R in addition to the three runs that use the release version.
An option that install Matrix from source for windows and Mac builds to solved a nuanced issue for packages dependent on TMB. See this google groups thread for more information.
A named list of additional command line arguments to be passed to the workflow. The names of the list represent the platforms (windows, macos, or ubuntu), and the values are character vectors of arguments. These additional arguments are executed after the step that checks out the repository and before the step that sets up R.