我正在运行R版本3.2,因为这是ggplots2的要求。
然而,似乎我无法安装包" Quandl"。 我收到以下警告:
No package 'libcurl' found
Using PKG_CFLAGS=
Using PKG_LIBS=-lcurl
------------------------- ANTICONF ERROR ---------------------------
Configuration failed because libcurl was not found. Try installing:
* deb: libcurl4-openssl-dev (Debian, Ubuntu, etc)
和其他一些人。结果是:
Warning in install.packages :
installation of package ‘Quandl’ had non-zero exit status
我的假设是所需的依赖项尚不支持较新的R版本。
我该怎么办?
答案 0 :(得分:2)
您需要安装libcurl4-openssl-dev
操作系统包。您可以在基于Debian的操作系统(包括Ubuntu和Mint)上使用此命令:
sudo apt-get install libcurl4-openssl-dev