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

Test against pinned testthat version to skirt withr->3.6.0 dependency #84

Open
MichaelChirico opened this issue Oct 15, 2024 · 0 comments

Comments

@MichaelChirico
Copy link
Collaborator

#83 started testing R>=3.6.0 in GHA, because {testthat} requires {withr} requires R>=3.6.0 at their current versions.

The easiest approach for now is to pin {testthat} to a slightly older version & test with that. Here's {testthat} 3.0.0 (our current stated minimum version), so we can IVT our way to getting a nice recent-ish {testthat} that also works on 3.3.0.

Depends: R (>= 3.1)
Imports: brio, callr (>= 3.5.1), cli, crayon (>= 1.3.4), desc, digest,
        ellipsis (>= 0.2.0), evaluate, jsonlite, lifecycle, magrittr,
        methods, pkgload, praise, processx, ps (>= 1.3.4), R6 (>=
        2.2.0), rlang (>= 0.4.1), utils, waldo (>= 0.2.1), withr (>=
        2.0.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

1 participant