Currently RNeXML requires R>=3.0. However, the dependency XML now requires R>4.0. As a result, installing the package (including for testing purposes) under R 3.x results in an error due to the unavailable dependency.
Unless we want to cut out the XML dependency, I think this has to mean that RNeXML also needs to require R>=4.0, and tests under R 3.x need to be dropped.
(As an aside, the same is true for evaluate, though I'm unsure exactly how this dependency is brought in.)
Currently RNeXML requires R>=3.0. However, the dependency
XMLnow requires R>4.0. As a result, installing the package (including for testing purposes) under R 3.x results in an error due to the unavailable dependency.Unless we want to cut out the
XMLdependency, I think this has to mean that RNeXML also needs to require R>=4.0, and tests under R 3.x need to be dropped.(As an aside, the same is true for
evaluate, though I'm unsure exactly how this dependency is brought in.)