carissalow / rapids

Reproducible Analysis Pipeline for Data Streams
http://www.rapids.science/
GNU Affero General Public License v3.0
37 stars 20 forks source link

Specify R version in tests workflow & Dockerfile #221

Closed jenniferfedor closed 1 year ago

jenniferfedor commented 1 year ago

Currently, we do not specify which version of R to install in our tests workflow or in our Dockerfile, which results in the latest version available being installed. This has apparently not been an issue up to this point. However, the latest version of R available is now R 4.3, which is not compatible with some of the package versions in our R environment.

Until we upgrade our R environment to be compatible with R 4.3, we can make the following changes: