Author:Mark Hall <mhall{[at]}pentaho.com>
Category:R integration
Changes:MLR (version 1.1-18) is now an official CRAN package - yay! This means that the MRL R package no longer has to be installed manually - the RPlugin will do this for you the first time that the MLRClassifier is used. MLR does require R version 3.0.0 or higher, so the RPlugin (or at least the MLR integration) will not function correctly with earlier releases of R. Some changes to the Weka MLRClassifier were needed to support the new version of MLR. Also improved the capabilities handling and data cleaning aspects of the MLRClassifier. It now checks and deals with nominal labels (including class labels) that don't occur in the training data.
Date:2013-09-13
Depends:weka (>=3.7.5)
Description:Provides a Knowledge Flow component for executing an R script and a wrapper classifier for the MLR (machine learning in R) R package. Also provides a Knowledge Flow perspective and Explorer plugin that implements an interactive R console and allows visualization of graphics produced by R. IMPORTANT: This package requires the R system (>= 3.0.0) to be installed on your computer before it can be used. Before using this package you must manually install the R package "rJava" by typing install.packages("rJava") from the R console. Furthermore, the environment variable R_HOME must be set to point to the installation directory for R and the R executable must be in the PATH environment variable. This package will attempt to locate the JRI native library (which is installed as part of rJava) automatically under Windows and Mac OS X. For this to succeed under Windows it is necessary for the R_LIBS_USER environment variable to be set to point to the user's personal R packages directory. Alternatively, the jri.native.library java property can be set to point directly to the jri native library file, or the java.library.path can be set to point to the directory that contains the jri native library file. More information on configuring Java to access JRI under various OS can be found at http://www.rforge.net/JRI/ Example Knowledge Flow template files demonstrating the R components can be found in ${WEKA_HOME}/packages/RPlugin/templates.
DoNotLoadIfEnvVarNotSet:R_HOME
License:LGPL 3.0
Maintainer:Mark Hall <mhall{[at]}pentaho.com>
MessageToDisplayOnInstallation:This package requires the R system to be installed on your
computer before it can be used. Before using this package you must manually install
the R package "rJava" by typing install.packages("rJava") from the R console.
Furthermore, the environment variable R_HOME must be set to point to the installation
directory for R and the R executable must be in the PATH environment variable.
This package will attempt to locate the JRI native library (which is installed
as part of rJava) automatically under Windows and Mac OS X. For this to succeed
under Windows it is necessary for the R_LIBS_USER environment variable to be set to point
to the user's personal R packages directory. Alternatively, the jri.native.library
java property can be set to point directly to the jri native library file, or the
java.library.path can be set to point to the directory that contains the jri native
library file. More information on configuring Java to access JRI under various OS
can be found at http://www.rforge.net/JRI/

Example Knowledge Flow template files demonstrating the R components can be found in
${WEKA_HOME}/packages/RPlugin/templates.
PackageURL:http://prdownloads.sourceforge.net/weka/RPlugin1.1.0.zip?download
URL:http://markahall.blogspot.co.nz/2012/07/r-integration-in-weka.html
Version:1.1.0