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

Set implicit R dependency explicitly #220

Open
MichaelChirico opened this issue May 10, 2024 · 0 comments
Open

Set implicit R dependency explicitly #220

MichaelChirico opened this issue May 10, 2024 · 0 comments

Comments

@MichaelChirico
Copy link
Contributor

MichaelChirico commented May 10, 2024

I am trying to use {rcmdcheck} for our "ancient" tests on R 3.2.0+, but it doesn't work because some of {rcmdcheck}'s upstream dependencies themselves now depend on higher versions of R:

Dependency R dependency
callr 3.4
cli 3.4
desc 3.4
pkgbuild 3.5
with 3.5
proccesx (via xopen) 3.4

Obviously all the better if those upstream dependencies could allow an even older version of R to be tested in CI, but at least declaring {rcmdcheck} Depends: R (>= 3.5.0) would make for easier failure messaging.

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

1 participant