The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"[SOLVED]R extension works, but wrong R version"
nandadorea
Member Posts: 14 Contributor II
I am running RapidMiner 5.3, and I got the R extension to work. However, it keeps running in R 2.15.0, even though I have new versions.
I have the following environment variables:
CLASS_PATH: C:\Program Files\Rapid-I\RapidMiner5\jre\bin
JAVA_HOME:C:\Program Files\Rapid-I\RapidMiner5\jre\bin
PATH:C:\Users\me\Documents\R\R-2.15.2\bin\x64;C:\Program Files\Rapid-I\RapidMiner5\jre\bin
R_HOME:C:\Users\me\Documents\R\R-2.15.2
R_LIBS:C:\Users\me\Documents\R\R-2.15.2\library
and the following for rapidminer.r.native lib:
C:\Users\me\Documents\R\R-2.15.2\library\rJava\jri\x64\jri.dll
despite that, when I try to run an R script, it gives me the following:
Failed with error: 'This is R 2.15.0, package 'Rcpp' needs >= 2.15.1'
any suggestions on what I may be doing wrong?
I have the following environment variables:
CLASS_PATH: C:\Program Files\Rapid-I\RapidMiner5\jre\bin
JAVA_HOME:C:\Program Files\Rapid-I\RapidMiner5\jre\bin
PATH:C:\Users\me\Documents\R\R-2.15.2\bin\x64;C:\Program Files\Rapid-I\RapidMiner5\jre\bin
R_HOME:C:\Users\me\Documents\R\R-2.15.2
R_LIBS:C:\Users\me\Documents\R\R-2.15.2\library
and the following for rapidminer.r.native lib:
C:\Users\me\Documents\R\R-2.15.2\library\rJava\jri\x64\jri.dll
despite that, when I try to run an R script, it gives me the following:
Failed with error: 'This is R 2.15.0, package 'Rcpp' needs >= 2.15.1'
any suggestions on what I may be doing wrong?
Tagged:
0
Answers
I will call our IT support.
Thanks for the help, and I apologize for taking your time with this issue that is actually on my end....