How to install R-extention in RapidMiner for Ubuntu?
I found the easiest way to install R extention for Ubuntun
- RapidMiner -> Marketplace -> R Extention
- RStudio -> Tools -> Install Packages… -> Input in the field “Packages”: rJava, JavaGD
Or input in R Console: install.packages(c(“rJava”,”JavaGD”)) - Restart RapidMiner
- you get a popup -> choose the jri file, the path is here:
“/home/xxx/R/x86_64-pc-linux-gnu-library/3.0/rJava/jri/libjri.so” - Restart RapidMiner
This article is more detailed.