phenoscape / rphenoscape

R package to make phenotypic traits from the Phenoscape Knowledgebase available from within R.
https://rphenoscape.phenoscape.org/
Other
5 stars 5 forks source link

Some dependencies have become unavailable for R 3.x #283

Closed hlapp closed 2 months ago

hlapp commented 2 months ago

At least two dependencies (XML and evaluate) now require R >= 4.0 and have thus become unavailable under R 3.x. (At least the XML dependency is a result of RNeXML, see ropensci/RNeXML#259.) This causes the tests under R 3.x to fail.

To fix this, we should drop the R 3.x tests, and require R>= 4.0.