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
Using the rcompiler() function to update and compile R fails with the following error:
rcompiler()
R
Error in download.file(., destfile = glue("{path_r}/R-{x}.{extension}")) : cannot open URL 'https://cloud.r-project.org/src/base/R-4/R-4.4.1.tar.xz.tar.gz' Calls: <Anonymous> -> compiler_r -> download_r -> %>% -> download.file In addition: Warning message: In download.file(., destfile = glue("{path_r}/R-{x}.{extension}")) : cannot open URL 'https://cloud.r-project.org/src/base/R-4/R-4.4.1.tar.xz.tar.gz': HTTP status was '404 Not Found'
It seems that the URL is not generated properly. I'll try to dig in the code to see if I can come up with a pull request.
The text was updated successfully, but these errors were encountered:
Dear @IdoBar thanks for the pull request. Sorry for the delay in responding.
I'll check.
Sorry, something went wrong.
No branches or pull requests
Using the
rcompiler()
function to update and compileR
fails with the following error:It seems that the URL is not generated properly.
I'll try to dig in the code to see if I can come up with a pull request.
The text was updated successfully, but these errors were encountered: