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

前端 未结 9 643
感情败类
感情败类 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 09:59

    Try use this:

        apt-get install r-base-dev
    

    It will be help. After then I could makeinstall.packages('//package_name')

提交回复
热议问题