我试图安装“ ora”软件包,所以我使用以下命令:
install.packages("ora")
但是,它引发了以下错误,表明ROracle版本不可行。
installing the source package 'ora'
trying URL 'https://cran.rstudio.com/src/contrib/ora_2.0-1.tar.gz'
Content type 'application/x-gzip' length 5815 bytes
downloaded 5815 bytes
ERROR: dependency 'ROracle' is not available for package 'ora'
* removing 'C:/Users/samora/Documents/R/R-3.5.1/library/ora'
In R CMD INSTALL
Warning in install.packages :
installation of package ‘ora’ had non-zero exit status
The downloaded source packages are in
‘C:\Users\samora\AppData\Local\Temp\RtmpIxcR0T\downloaded_packages’
所以我尝试更新它,但是仍然这样做后,继续错误。
你能帮我吗?