“installation of package 'FILE_PATH' had non-zero exit status” in R

前端 未结 9 639
感情败类
感情败类 2020-12-01 09:31

By installing the package in R using the following command:

install.packages(\'FILE_PATH\', repos=NULL, type = \"source\")

I got the follow

9条回答
  •  情深已故
    2020-12-01 10:01

    Simple install following libs on your linux.
    curl: sudo apt-get install curl
    libssl-dev: sudo apt-get install libssl-dev
    libcurl: sudo apt-get install libcurl4-openssl-dev
    xml2: sudo apt-get install libxml2-dev

提交回复
热议问题