chjackson / flexsurv

The flexsurv R package for flexible parametric survival and multi-state modelling
http://chjackson.github.io/flexsurv/
53 stars 28 forks source link

Migrate to GitHub Actions #99

Closed mattwarkentin closed 3 years ago

mattwarkentin commented 3 years ago

This PR migrates flexsurv to use GitHub Actions for package checks (R CMD check) and for checking code coverage via codecov.

The R CMD check action is using a pretty standard approach of running on Windows, MacOS, and Linux using the release version of R, and on Linux using R devel. Let me know if you would like to see more or less rigorous checks.

chjackson commented 3 years ago

Thanks - let's see how we get on with this. Standard R CMD check should be fine.