-
Notifications
You must be signed in to change notification settings - Fork 2.1k
rlang dependency ahead of rlang itself #2759
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
And now I see it's a known issue due to #2735 and noted in r-lib/rlang#549. |
Thank you for the ⚡ fast fix. Greatly appreciated. |
It actually comes 20 days late, thanks to @batpigandme for reminding me 😓 |
Given that there doesn't seem to be much noise made about it, perhaps it was a good time to have it slip through the cracks. Well I can now install the package which depends on |
This old issue has been automatically locked. If you believe you have found a related problem, please file a new issue (with reprex) and link to this issue. https://reprex.tidyverse.org/ |
Current dependence on
rlang
is >= 0.2.1ggplot2/DESCRIPTION
Line 29 in 79e8b45
but
rlang
master branch is currently only at 0.2.0.9001https://github.com/r-lib/rlang/blob/b4f810f1fba2e192ae09921b51441ac6a182970b/DESCRIPTION#L2
Needless to say, this breaks GitHub installs.
Is the intention to depend on another branch of
rlang
or is there a mismatch between DESCRIPTION file commits somewhere? Therelease-0.2.1
branch ofrlang
is actually much further out of date.The text was updated successfully, but these errors were encountered: