-
Notifications
You must be signed in to change notification settings - Fork 144
Unstated pillar version requirement? #1794
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
Comments
Thanks! Could you share your full session info (including versions of all loaded packages)? |
Perhaps this shell output suffices.
|
Here's the list of packages downloaded resultant of running
|
Unfortunately that's too noisy -- {devtools} installs way more packages than needed to just run {rlang}'s suite. We are out of date on 20-30 of those packages. It would be more helpful to do: library(rlang)
library(testthat)
test_dir("tests")
sessionInfo() |
OK, I understand. There's not a version requirement, but a requirement {pillar} be available for the tests. This is pretty opaque in the current suite. |
My colleague who also had devtools version 2.4.5 installed ran this for you.
|
Thanks; see the linked CL |
off-topic tests/testthat/test-deparse.R line 265 may have a typo predecence maybe I'll fix that in a bulk code comment typo fix superfluous information R version 4.5.0 with solely installed packages as testthat and dependencies.
After entering the above at the R prompt here's the end of the output of
|
Uh oh!
There was an error while loading. Please reload this page.
I tried updating {rlang} 1.1.5 --> 1.1.6 and I am seeing this test failure:
I have pillar 1.10.0, is >1.10.0 required?I updated pillar too, to no avail, any ideas?
The text was updated successfully, but these errors were encountered: