MicrosoftR Server 2016の場合はDeployRを、Windowsの場合は8.0.5を使用しています。DeployR:Rパッケージのインストール方法
私はExcelファイルでの作業のためのパッケージXLConnectをインストールしたいと思います:
> 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](https://cran.r-project.org/web/packages/readxl/index.html)パッケージも参照してください。 –