I am having trouble getting the ROracle package to run on my computer. I have windows 10 and R 3.5.1 (it worked on windows 7). First Attempt:
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
I followed the instructions here and downloaded it from Oracle directly How to install ROracle package on Windows 7?
I also looked at these sites, but the suggestions don’t work their either. How to install ROracle package?
ROracle installation :: Unable to load shared object error
how to install r package for oracle on windows 10 64 bit
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
I have mysql and sqldeveloper on my machine. Any help would be appreciated.