RDCOMClient for R 3.6

2020-07-23 08:34发布

I have downloaded the package from https://github.com/omegahat/RDCOMClient

and followed the directions to install it from local source from

How to install a package from a download zip file

However, I still get the following error: Warning in install.packages: package 'RDCOMClient_0.94-tar.gz' is not available (for R version 3.6.0)

Is it possible to install RDCOMClient on R 3.6.0? If so, how?

标签: r
1条回答
【Aperson】
2楼-- · 2020-07-23 08:42

Use the package for version 3.5, it works without problems:

url <- "http://www.omegahat.net/R/bin/windows/contrib/3.5.1/RDCOMClient_0.93-0.zip"
install.packages(url, repos=NULL, type="binary")
查看更多
登录 后发表回答