ropensci / software-review-meta

For organizing projects related to rOpenSci Software Peer Review
10 stars 3 forks source link

Standard testing environment #54

Closed noamross closed 3 years ago

noamross commented 6 years ago

We should set up a docker image for a standard testing environment. Our stack has a lot of system dependencies, so maybe we should use rocker/ropensci, with goodpractice installed.

karthik commented 6 years ago

Agreed. goodpractice does not work on my local environment so I already do this on a docker container. Would be nice for that to be a standard one we use that also contains the latest goodpractice.

noamross commented 6 years ago

Should this test against R-release or R-devel? I guess ideally it should do both and report if there are differences, but for the first iteration?

noamross commented 6 years ago

Currently working on this over here: https://github.com/noamross/launchboat . Will try to have done before unconf and move it over to ropenscilabs.

maelle commented 3 years ago

Handled via pkgreport cc @mpadge