-
Notifications
You must be signed in to change notification settings - Fork 599
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
Cannot install on Ubuntu 16.04 R3.3.1 #513
Comments
Thanks. Yes, I did when initially installing. I made sure to get the most recent version of R available (3.3.1), installed RStudio, and installed libcurl. I had just done a clean install of Ubuntu, so R was being installed for the first time. |
What happens if you try |
Got it thanks!!! But your advice paid off. Thank you! install.packages("openssl") led to this: ------------------------- ANTICONF ERROR ---------------------------
So then to linux prompt: and then back to R
| Hi! Type swirl() when you are ready to begin. :) |
Yay awesome! Let me know if you run into any other issues. |
thanks very much, I'll just comment this so maybe the search improves |
Please help if you are able.
I have searched online and re-installed R several times to no avail
I get the following:
trying URL 'https://cran.rstudio.com/src/contrib/openssl_0.9.4.tar.gz'
Content type 'application/x-gzip' length 1165388 bytes (1.1 MB)
downloaded 1.1 MB
trying URL 'https://cran.rstudio.com/src/contrib/httr_1.2.1.tar.gz'
Content type 'application/x-gzip' length 133398 bytes (130 KB)
downloaded 130 KB
trying URL 'https://cran.rstudio.com/src/contrib/swirl_2.4.2.tar.gz'
Content type 'application/x-gzip' length 98565 bytes (96 KB)
downloaded 96 KB
** package ‘openssl’ successfully unpacked and MD5 sums checked
Using PKG_CFLAGS=
Using PKG_LIBS=-lssl -lcrypto
------------------------- ANTICONF ERROR ---------------------------
Configuration failed because openssl was not found. Try installing:
If openssl is already installed, check that 'pkg-config' is in your
PATH and PKG_CONFIG_PATH contains a openssl.pc file. If pkg-config
is unavailable you can set INCLUDE_DIR and LIB_DIR manually via:
R CMD INSTALL --configure-vars='INCLUDE_DIR=... LIB_DIR=...'
ERROR: configu
ERROR: configuration failed for package ‘openssl’
Warning in install.packages :
installation of package ‘openssl’ had non-zero exit status
ERROR: dependency ‘openssl’ is not available for package ‘httr’
Warning in install.packages :
installation of package ‘httr’ had non-zero exit status
ERROR: dependency ‘httr’ is not available for package ‘swirl’
Warning in install.packages :
installation of package ‘swirl’ had non-zero exit status
The text was updated successfully, but these errors were encountered: