====== Rfx : plugin to call R ====== This is a set of plugins to allow GenericFX to call [[http://www.r-project.org/|R]]. ^Package prefix | ''org.genericfx.interfaces.R'' | ^Requires | ''org.genericfx.processing.commandline '' | ==== rfx.sh ==== The main program is ''org.genericfx.interfaces.R/software/rfx.sh'' whose syntax is as follow: rfx.sh "" [] where **** is paths to additional Rlibs location to be added to ''R_LIBS''. Please use colon separated format. The script's will set environment variables ''R_LIBS'' using export R_LIBS=[:]/path/to/org.generifx.interaces.R/software/Rlibs:$R_LIBS ==== Notes ==== * Rfx is useable for both scripts and non-scripts engine * It needs ''org.genericfx.processing.commandline'' to provide connection to command line console. ===== Information ===== * [[.rfx:installation]] * [[.rfx:packaging]] * [[.rfx:troubleshooting]]