无法在linux服务器上使用install_local安装R包

时间:2017-08-01 13:23:19

标签: r linux

我一直在尝试在本地R中安装“ncdf4”软件包两天以上。首先,我尝试使用package.install()安装“ncdf4”包,但它没有用。之后,我下载了包的二进制文件,并尝试使用install_local安装它:

    > library("devtools")
    > install_local("/path to the package/",quiet=FALSE)

但是,这会产生以下错误:

   Installation failed: cannot open the connection
   Warning message:
    In read.dcf(path) :
    cannot open compressed file 
    '/<path_to_the package>/DESCRIPTION', probable reason 'Not a directory'

我也无法使用install_local()安装其他一些软件包。任何人都可以帮助我解决此错误吗?

0 个答案:

没有答案