With R version 3.2.3 (2015-12-10)
on centOS
I am trying to install.packages(\'forecast\')
I get this:
i
On UBUNTU 18.04 I got the following
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)
I installed the package libcurl14-openssl-dev using synaptic, that solved the problem.