The tool supports interface of Foresight Analytics Platform 9 or earlier.
The time series analysis tool enables the user to set up integration with the R package extending analytical features of the tool.
For details about R, see the R documentation.
To get a full description of Foresight Analytics Platform with R package integration process, see the Connecting External Modules to Foresight Analytics Platform article.
Perform the same procedures for integration of R that are used in the desktop application.
Open the PP.xml file for edit.
Add the following code to the PP.xml file to the <pp> section:
<modules> <timeSeries> <ReportBox isRExist="true" /> </timeSeries> </modules>
Save change and close the PP.xml file.
Restart the web server used by the web application, and also BI server.
After these procedures R methods are available to use in the web application.
<pp>
<service url="http://localhost/fpBI_App_v10.x/axis2/services/PP.SOM.Som"/>
<metabase id="FPRepository"/>
<cultures>
<culture cultureName="ru"/>
<culture cultureName="en"/>
</cultures>
<Modules>
<timeSeries>
<ReportBox isRExist="true"/>
</timeSeries>
</Modules>
</pp>
See also:
Questions and Answers | Which Foresight Analytics Platform Methods can be Calculated Using R? | Using R on Model Calculation