在R Studio中安装WindR软件包时出错

在R Studio中安装WindR软件包时出错,r,linux,packages,R,Linux,Packages,R Studio Web服务 我想安装一个Wind API包,但有点问题: **> install.packages("~/windr.tar.gz",repos = NULL,type = "source")** Installing package into ‘/home/ying.huang/R/x86_64-redhat-linux-gnu-library/3.3’ (as ‘lib’ is unspecified) * installing *source* package ‘W

R Studio Web服务

我想安装一个Wind API包,但有点问题:

**> install.packages("~/windr.tar.gz",repos = NULL,type = "source")**
Installing package into ‘/home/ying.huang/R/x86_64-redhat-linux-gnu-library/3.3’
(as ‘lib’ is unspecified)
* installing *source* package ‘WindR’ ...
** R
** demo
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package ‘WindR’
    finding HTML links ... done
    WindR-package                           html  

    finding level-2 HTML links ... done

Rd warning: /tmp/RtmpFilhCg/R.INSTALL156610cbb54b/WindR/man/WindR-package.Rd:47: missing link ‘w.w.wappAuth’
Rd warning: /tmp/RtmpFilhCg/R.INSTALL156610cbb54b/WindR/man/WindR-package.Rd:48: missing link ‘w.w.wappMessage’
    w.asDateTime                            html  
    w.bbq                                   html  
    w.callback                              html  
    w.cancelRequest                         html  
    w.clearAllRequest                       html  
    w.close                                 html  
    w.demoCallback                          html  
    w.getversion                            html  
    w.htocode                               html  
    w.isConnectionOK                        html  
    w.menu                                  html  
    w.start                                 html  
    w.stop                                  html  
    w.tcancel                               html  
    w.tcovered                              html  
    w.tdays                                 html  
    w.tdayscount                            html  
    w.tdaysoffset                           html  
    w.tdq                                   html  
    w.tlogon                                html  
    w.tlogout                               html  
    w.toperate                              html  
    w.torder                                html  
    w.tquery                                html  
    w.wappAuth                              html  
    w.wappMessage                           html  
    w.weqs                                  html  
    w.wpd                                   html  
    w.wpf                                   html  
    w.wps                                   html  
    w.wsd                                   html  
    w.wset                                  html  
    w.wsi                                   html  
    w.wsq                                   html  
    w.wss                                   html  
    w.wst                                   html  
    w.wupf                                  html  
** building package indices
** testing if installed package can be loaded
Error in library.dynam(lib, package, package.lib) : 
  shared object ‘WindR.so’ not found
Error: loading failed
Execution halted
ERROR: loading failed
* removing ‘/home/ying.huang/R/x86_64-redhat-linux-gnu-library/3.3/WindR’
Warning in install.packages :
  installation of package ‘/home/ying.huang/windr.tar.gz’ had non-zero exit status
我的环境:

LSB版本::core-4.1-amd64:core-4.1-noarch 分销商ID:CentOS 说明:CentOS Linux 7.3.1611版(核心版) 发布日期:7.3.1611
代码名:Core

错误消息告诉您需要先安装库。你从哪里下载的软件包?在那个位置和/或包装中应该有说明。那么问题是什么?