We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Attempting to run R-CMD-check GitHub workflow results in this error:
Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called 'httpuv'
I get the following warning when trying to update the package on my computer (R 4.2.2):
package ‘httput’ is not available for this version of R
The text was updated successfully, but these errors were encountered:
Specifically fails on Windows, but not Mac.
Sorry, something went wrong.
I think you have just a typo there: "httput"
It was spelled correctly in the error message from the R-CMD-check GitHub action:
So that wasn't the cause. The error seems to have resolved itself, thankfully, as I have not encountered it since.
No branches or pull requests
Attempting to run R-CMD-check GitHub workflow results in this error:
I get the following warning when trying to update the package on my computer (R 4.2.2):
The text was updated successfully, but these errors were encountered: