Closed adamsardar closed 2 years ago
Set repo up to employ github actions to build and test package
The package currently uses Appveryor and Travis, which have been superseded now (Travis open-source is no more, so people have moved away from it)
The R community have made it very easy to add github actions from a build template - see usethis::github_actions
What
Set repo up to employ github actions to build and test package
Why
The package currently uses Appveryor and Travis, which have been superseded now (Travis open-source is no more, so people have moved away from it)
How
The R community have made it very easy to add github actions from a build template - see usethis::github_actions