0

ROracle パッケージを自分のコンピューターで実行するのに問題があります。Windows 10 と R 3.5.1 を使用しています (Windows 7 で動作しました)。最初の試み:

install.packages("ROracle")
Installing package into 
‘C:/Users/Documents/R/win-library/3.5’
(as ‘lib’ is unspecified)
Package which is only available in source form, and may need compilation of 
C/C++/Fortran: ‘ROracle’
These will not be installed

こちらの手順に従い、Oracle から直接ダウンロードし ました Windows 7 に ROracle パッケージをインストールする方法は?

これらのサイトも見ましたが、提案はどちらも機能しません。 ROracle パッケージのインストール方法

ROracle のインストール :: 共有オブジェクトのエラーを読み込めません

Windows 10 64ビットにOracle用のrパッケージをインストールする方法

setwd("C:\\Users\\Downloads")
install.packages('ROracle_1.3-1.zip', repos = NULL)
Installing package into ‘C:/Users/Documents/R/win-library/3.5’
   (as ‘lib’ is unspecified)
   package ‘ROracle’ successfully unpacked and MD5 sums checked

library(ROracle)
Error: package or namespace load failed for ‘ROracle’:
package ‘ROracle’ was installed by an R version with different internals; it 
needs to be reinstalled for use with this R version

私のマシンにはmysqlとsqldeveloperがあります。どんな助けでも大歓迎です。

4

1 に答える 1