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
)
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.