I am trying to use ROracle in Rstudio but it continually get the following error after :
> install.packages("C:/Test/ROracle-master.zip", repos = NULL, type = "win.binary")
package ‘ROracle-master’ successfully unpacked and MD5 sums checked
> library(ROracle)
Error: package ‘ROracle’ is not installed for 'arch = i386'
I have checked that I'm using the 32 bit version for R, downloaded both versions of ROracle from the Oracle website and from Cran, tried installing the package with .zip files and tar.gz files, pointed the installation to the correct file explicitly, and set the path. For the path I included Rtools, listed the 32 bit version of R first, and included oreclient.
Below is the output from sessionInfo():
> sessionInfo()
R version 3.3.2 (2016-10-31)
Platform: i386-w64-mingw32/i386 (32-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1
My Global Options has the 32 bit version listed for R version:
[32-bit] C:\Users\Documents\R\R-3.3.2
RStudio version: Version 1.0.136 – © 2009-2016 RStudio, Inc.
Is there anything else to try or are there mistakes in my set-up?