Installation of package ‘forecast’ had non-zero exit status

后端 未结 2 772
野性不改
野性不改 2021-01-20 02:07

With R version 3.2.3 (2015-12-10) on centOS I am trying to install.packages(\'forecast\')

I get this:

i

2条回答
  •  广开言路
    2021-01-20 02:51

    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.

提交回复
热议问题