-
Notifications
You must be signed in to change notification settings - Fork 69
Installation of packages using Devtools Fails - error setting certificate #63
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
Comments
I had the same problem. Have you solved the problem? |
Same problem. |
EDIT: After some more searching I found this thread: The workaround, for now, seems to be uninstalling curl and httr, restarting R, reinstalling those packages, then setting the CURL_CA_BUNDLE system environment.
############################################################################ Same problem here.
Matrix products: default locale: attached base packages: other attached packages: loaded via a namespace (and not attached): ##################################################################################
|
Hi, I tried to set CURL_CA_BUNDLE to
Any suggestion? EDIT: Apparently it didn't work because before that I tried to edit Rprofile.site using this #6 (comment) solution. After I undo that edit and then followed the solution provided by @jakekramer, now it works. |
The problem is due to a change in the R package 'curl'. You can workaround the issue as follows: 1). Open a new MRO session and remove the packages 'curl' and 'httr': remove.packages(c("curl","httr")) 2). Restart MRO and install the packages again, this time using 'install.packages()' function:
3). Set the environment variable 'CURL_CA_BUNDLE':
4). Try installing a package using install_github() from github(this should now work): For example:
|
Go to your Renvironment location: insert following line with sudo access: |
then write:
This works for me. |
don't have access to > file.edit('~/.Renviron') |
Problem:
When I run
I get the error
System info:
R version:
The text was updated successfully, but these errors were encountered: