Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dependency XML requires R>=4.0 #259

Open
hlapp opened this issue Jul 1, 2024 · 2 comments
Open

Dependency XML requires R>=4.0 #259

hlapp opened this issue Jul 1, 2024 · 2 comments

Comments

@hlapp
Copy link
Contributor

hlapp commented Jul 1, 2024

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.)

@cboettig
Copy link
Member

cboettig commented Jul 4, 2024

thanks, this is a good question. though generally speaking we don't list recursive dependencies (e.g. libxml2 is also a dep of XML); RNeXML code itself doesn't introduce any dependency on 4.0...

@hlapp
Copy link
Contributor Author

hlapp commented Jul 4, 2024

It effectively does because XML is a direct dependency and does require R 4.0+.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants