Running
InstallR["RHomeLocation" -> "C:\\Program Files\\R\\R-3.0.1"]
results in a popup box titled "Version Mismatch" saying
Error: R.DLL version does not match (DLL:3.0.1, expecting: 2.14.0).
Does RLink only work with versions of R at or around v2.14?
InstallR["RHomeLocation" -> "C:\\Program Files\\R"]only to get the following error message: InstallR::nopaclet: Could not find RLink runtime installed. Please use RLinkResourcesInstall to install it>>. Is that (still) the same issue? – gwr Dec 22 '13 at 16:33InstallR["RHomeLocation" -> "C:\\Program Files\\R\\R-3.5.1"]on a Win7 64bit machine. Got the error massage: `DLL version does not match (DLL:3.5.1, expecting: 3.3.0). Does this mean it only works with R 3.3.0? – RMMA Sep 20 '18 at 12:05install.packages("rJava"), then find the location of the installed package, find the folder wherejri.dllis located, and use that folder for the setting of"NativeLibLocation"option. Hopefully, that should solve it. – Leonid Shifrin Sep 20 '18 at 12:11"NativeLibLocation". The path should be correct, I usedsystem.file("jri,package="rJava"). Nevertheless I got the errorFailed to instal R, unable to load dynamic libraries. – RMMA Sep 20 '18 at 12:52system.file("jri,package="rJava")"- but you need not the file path, but a directory where that file is - may be that is a problem? If not, let me know, then I will have to check. Not on Windows right now. Will try to check this as soon as I get a spare moment and get to a Windows machine. Can you please ping me again here, if you don't hear from me by the end of tomorrow? I have a lot on my plate these days, might forget. Thanks. – Leonid Shifrin Sep 20 '18 at 14:49