Closed judith-bourque closed 1 year ago
To facilitate continuous integration or development, there should be automated tests.
Set up GitHub Actions to run R CMD check.
For a basic test, use:
usethis::use_github_actions()
Eventually, can set up tests for Linux, MacOs, Windows with
usethis::use_github_action_check_standard()
Issue
To facilitate continuous integration or development, there should be automated tests.
Proposed solution
Set up GitHub Actions to run R CMD check.
For a basic test, use:
Eventually, can set up tests for Linux, MacOs, Windows with