-
Notifications
You must be signed in to change notification settings - Fork 70
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
Error: invalid version specification ‘6003’ #441
Comments
FYI: setting |
Is |
OK, based on this: https://gitlab.gnome.org/GNOME/pygobject/-/issues/214 and on my system:
and
I feel confident we can check for |
I'm running cli version 3.2.0.9000 downloaded from github, and I get an
On my system VTE_VERSION = 6800. And when 68.0 is encoded as a string in # Option 1
VTE_VERSION <- sprintf("%0.2f", as.numeric(VTE_VERSION) / 100)
VTE_VERSION <- package_version(list(major = 0, minor = VTE_VERSION))
# Option 2
VTE_VERSION <- sub("(\d\d)(\d\d)", "0.\1.\2", VTE_VERSION)
VTE_VERSION <- package_version(VTE_VERSION) |
@reedacartwright Thanks! You can set |
Closes r-lib#441 again
Great catch, thanks! Fixed again in #452 |
I originally opened an issue on testthat: r-lib/testthat#1597
This is where I first encountered the issue.
Going through the traceback it seems to be caused by:
cli/R/ansi-hyperlink.R
Line 82 in 476cf06
On my machine:
It throws this error: https://github.com/wch/r-source/blob/cd17e8a41e33186af6aee0f17b4e558540ba8e5c/src/library/base/R/version.R#L51
The text was updated successfully, but these errors were encountered: