Hi,
I installed R and Rstudio in miniconda3 on Unbuntu 17.10. I have issues downloading packages (eg DESeq2) using Bioconductor/bioclite on both R and R studio.
Here is a piece of the ERROR:
------------------------- ANTICONF ERROR ---------------------------
Configuration failed because libcurl was not found. Try installing:
* deb: libcurl4-openssl-dev (Debian, Ubuntu, etc)
* rpm: libcurl-devel (Fedora, CentOS, RHEL)
* csw: libcurl_dev (Solaris)
If libcurl is already installed, check that 'pkg-config' is in your
PATH and PKG_CONFIG_PATH contains a libcurl.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: configuration failed for package ‘curl’
Of note, libcurl is already installed. I really don't know how to proceed!
Thanks a lot in advance!
Celine