installation of package ‘devtools’ had non-zero exit status on Ubuntu

前端 未结 4 1678
旧巷少年郎
旧巷少年郎 2021-02-07 11:09

I\'m trying to install devtools in a PowerPC with a R version 3.1.1 but failed at the end because the curl library:

...
** testing if installed package can be lo         


        
4条回答
  •  Happy的楠姐
    2021-02-07 11:52

    For Curl use:

    apt-get -y build-dep libcurl4-gnutls-dev
    apt-get -y install libcurl4-gnutls-dev
    

    And you should update the R version to R-3.1.2

    wget http://cran.r-project.org/src/base/R-3/R-3.1.2.tar.gz
    

提交回复
热议问题