-
Notifications
You must be signed in to change notification settings - Fork 27
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
Updating packages via R-update-package is broken #58
Comments
I tried to figure out how to fix the script but failed with lacking the knowledge about R and RScript. |
I'll have a look when I find some time. What's the OS / version you are using? |
Amazing thanks a lot! We are deploying the role to Ubuntu 22.04 |
Can you attach te "configuration" you're using? Otherwise it is a bit difficult to replicate your results :-) |
Yes sure. I replicated the problem inside the molecule test:
molecule login
R
packageurl <- "https://cran.r-project.org/src/contrib/Archive/yaml/yaml_2.3.7.tar.gz"
install.packages(packageurl, repos=NULL, type="source")
Error:
|
The output already reveals the issue:
|
Can you try configuring it like this?
|
Changing the r_cran_mirror results in the same problem:
I tried to make sense of the |
Are the Rscripts included in the role part of a lager project where I could ask for support to fix the issue? |
@paulkitt No, unfortunately not |
When updating packages via the role the 'R-update-package' results in this error:
I tried to use the R update script directly resulting in the same problem:
The text was updated successfully, but these errors were encountered: