lauken13/mrpkit

Use GitHub Actions for CI

Closed this issue · 5 comments

Implement continuous integration (CI) using GitHub Actions. At a minimum this should include doing the following automatically for the master branch and every time there is a pull request:

  • Running R CMD check (i.e. CRAN checks and tests) on both R-release and R-devel and on Windows, Mac, and Linux
  • Running test coverage checks and uploading to codecov

@mitzimorris to add codecoverage
repo will need to be public

Yeah I think we should go ahead and make it public so we can do this (although still not ready to release)

Do we want to use rstan or cmdstanr as a backend for brms?
Don't want to set a dependency in the test file (forces a dependency)

@mitzimorris Can you enable codecov for the repo?

jgabry commented

closing because we have this now