clessn / hublotr

Package R d'accès à clHub
Other
3 stars 0 forks source link

Set up basic automated tests #41

Closed judith-bourque closed 1 year ago

judith-bourque commented 1 year ago

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:

usethis::use_github_actions()

Eventually, can set up tests for Linux, MacOs, Windows with

usethis::use_github_action_check_standard()