- Download the R Integration Pack Linux installer from http://rintegrationpack.codeplex.com/releases/view/630028
- Install R by running setup.sh. This requires a Strategy installation as well as R on the system to proceed. If the user is installing from the command line, execute the setup with the -console flag
Note: At this point, if it is not necessary to build the Rscript functions on the Intelligence Server machine (Linux), R is ready to be used and deployR() can be used to build the metrics from a client machine. If it is necessary to build the Rscript functions on the Intelligence Server machine (Linux), follow the steps below.
- Open up R and type install.packages("StrategyR"). The user will be prompted to select a CRAN mirror as shown below.
This will begin installing StrategyR packages as well as the following dependencies(Note that GTK(http://www.gtk.org/) is required for these packages, it can be installed from that site or default distribution for the OS (IH: RHN).
RGtk2
gWidgets
gWidgetsRGtk2
- At this point, R, StrategyR, and the RIntegration pack are installed. In order to use deployR, type
library(StrategyR)
and then
deployR()
The StrategyR library must be loaded in each new console session to launch deployR. For further information using R with Strategy, consult the "Deploying R analytics in Strategy" section in the R Integration Pack User Guide.
Third Party Software Installation:WARNING:The third-party product(s) discussed in this technical note is manufactured by vendors independent of Strategy. Strategy makes no warranty, express, implied or otherwise, regarding this product, including its performance or reliability.