-
Notifications
You must be signed in to change notification settings - Fork 761
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
Installation error in R 4.4.2, Ubuntu 22.04 #2591
Comments
Recent versions of R have gained some tighter checks on the input to some version checking functions, so I've certainly seen and fixed related errors in the past little while. Yet I don't know of any code in devtools that runs afoul of this. Nothing in CRAN checks, nothing in our CI, no other reports of problems. So I feel like there has to be more to this story, in terms of why you're seeing this but others aren't. |
Just an update: apparently these errors did not actually prevent the package from being installed. Instead, when I load the package, I see the following:
But the package seems to be functioning otherwise, for instance I can successfully run:
|
I have the feeling that the error is coming from some package we haven't identified yet (I don't think it's devtools or usethis) but that is being loaded when devtools loads. A sort of global "update packages" would be one relatively harmless thing to try. Because the culprit, whoever it is, has probably dealt with the error and you somehow just have a slightly outdated version of it. This is just a theory but we don't have a lot of information. |
Yes, you were right--running
fixed the issue! |
Trying to install devtools via install.packages("devtools") on Ubuntu 22.04 with R version 4.4.2 gives the following error:
Session information:
The text was updated successfully, but these errors were encountered: