library('ROracle')
Error in inDL(x, as.logical(local), as.logical(now), ...) :
unable to load shared object 'C:/Users/Daniel/R/winlibrary/3.2/ROracle/libs/x64/ROracle.dll':
LoadLibrary failure: %1 is not a valid Win32 application.

我不知道从哪里开始修这个。这是libPath()的结果
> .libPaths()
"C:/Users/Daniel/R/win-library/3.2" "C:/Program Files/R/R-3.2.3``` 库(‘ROracle’) /library“
Windows 10,R版本3.2.3
发布于 2017-09-25 13:45:20
这两个步骤应该为您解决这个问题:
发布于 2021-03-03 06:28:01
尝试使用管理特权运行RStudio,我用它解决了这个问题。
https://stackoverflow.com/questions/36802847
复制相似问题