You are viewing the RapidMiner Server documentation for version 9.3 - Check here for latest version
Install the R Scripting extension
Make sure that the same version of the extension is installed on the RapidMiner Studio instance that you are using to create the RapidMiner Server process(es).
Follow these instructions to install and configure the R Scripting extension on RapidMiner Server:
Log in to RapidMiner Marketplace.
Search for the extension R scripting:
Click Download File and accept the terms of the license agreement.
Click the Download link to download the extension. The Save As dialog appears.
Browse to the plugins directory (the path defined by the
com.rapidanalytics.plugindir
property setting) to save the.jar
file.Next, verify that your system has the following components installed:
- R distribution
- R package
data.table
Open Administration > System Setting and add the system setting
rapidminer.r_scripting.path
to define the installation path. Enter the path to your RScript executable in the R installation directory as the value for the property. Be certain that the path points to the RScript executable (for Windows,RScript.exe
), not the R executable (for Windows,R.exe
).Click Submit.
.Edit the
rapidminer.properties
file inside the{job-agent-home}/config/rapidminer/
directory, where{job-agent-home}
means the home folder of the job agent (usually located in the home of your Server installation). If the file doesn't exist, create a new one. For more info visit the documentation for job agents. Add the propetyrapidminer.r_scripting.path
to the file, with the same value you used in step 7.Restart RapidMiner Server; the R Scripting extension is now available.
If you want to run processes as web services, you can skip step 9, if you want to run processes only manually, you can skip step 7.
If the R Scripting extension is installed on a connected RapidMiner Studio instance, you can now create processes with the Execute R operator and run them on your server.