Skip to content
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

Fails to generate the correct URL to download R #38

Open
IdoBar opened this issue Jul 10, 2024 · 1 comment
Open

Fails to generate the correct URL to download R #38

IdoBar opened this issue Jul 10, 2024 · 1 comment

Comments

@IdoBar
Copy link

IdoBar commented Jul 10, 2024

Using the rcompiler() function to update and compile R fails with the following error:

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.

@prdm0
Copy link
Owner

prdm0 commented Jul 26, 2024

Dear @IdoBar thanks for the pull request. Sorry for the delay in responding.

I'll check.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants