-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Milestone
Description
Description
Originating in #152, the question arose which R versions we should support and which to cover in the test suite.
Motivation
Currently, we explicitly support R version 3.3.1 (see README.md). However, new versions of R are released over time and we should ensure that these work with our network library in principle.
Ideas for the Implementation
There are two work items for this issue (see also the discussion in #152):
- We definitely need to cover version 3.3.x in the test suite (i.e., TravisCI), since this version is installed in all our containers!
- We need to find a way to reliably and correctly install all dependencies (i.e., R packages) for all R version covered in our
.travis.yml. Some dependencies are not available for older R version anymore. See TravisCI tests are failing for R 3.3 #152 (comment) for some further details.
What are your thoughts? Is this an issue that can be stalled until we transform this project itself into a proper R package?