【发布时间】:2017-02-15 09:27:45
【问题描述】:
我将 DeployR 用于 Microsoft R Server 2016,8.0.5 用于 Windows。
我想安装 XLConnect 包以处理 Excel 文件:
> install.packages("XLConnect")
package 'XLConnect' successfully unpacked and MD5 sums checked
The downloaded binary packages are in
C:\Windows\Temp\RtmpYnppvI\downloaded_packages
> library("XLConnect")
Console Error there is no package called 'XLConnect'
API Error there is no package called 'XLConnect'
可能出了什么问题?谢谢。
【问题讨论】:
-
library(XLConnect),另见readxl 包。