我将 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'
有什么问题?谢谢你。