1. Introduction:
In 2013, a new feature was introduced to deploy R Analytics to Strategy easily - R Integration Pack. The R Integration Pack is an evolution of previous FPWizard, an alternative approach to deploying analytics from R to Strategy. This brief video describes and demonstrates how the Strategy Intelligence Platform makes it easy to integrate with the open-source R analytics platform to build powerful advanced and predictive analytics. It then shows how to use these analytics alongside any other data in your environment in a visual, agile discovery environment.
2. Prerequisites:
Strategy
R
3. Download R Integration Pack
RScript Functions Installer: This installer adds a set of functions to Strategy that are used for executing analytics in R. These functions are required to execute your R analytic using Strategy. You can download the appropriate installer for your operating system from: http://rintegrationpack.codeplex.com/.
4. Installing the StrategyR Package for R
The StrategyR Package includes the R-based deployR utility, which is an interface used to prepare your R script for deployment to Strategy. To use deployR, the Strategy libraries must be installed and loaded. To install the package, open the R console from the R\R-3.x.x\bin folder in the R installation and execute the following command:
install.packages("StrategyR")Once installed, the StrategyR library can be loaded by typing the following command in the R Console:
library(StrategyR)
After the library is loaded, one can launch the deployR utility by typing the following command in the R Console:
deployR()