Reopened Issue: Upgrade problem detected with initial RScripts Functions...
Update May 14, 2013: This issue has been resolved and released. If you have installed the 1.0 version (May 8, 2013) of the RScript Functions, please contact Rick Pechter (under the People tab) to get...
View ArticleUpdated Wiki: Documentation
Welcome to the R Integration Pack Here's some information to help you get started, and please see the R Integration Pack User Guide for all the details.The R Integration Pack facilitates the deployment...
View ArticleSource code checked in, #25546
Change default working directory to script location; fixes regarding usage of slash vs. backslash.
View ArticleReleased: R Integration Pack - RScript Functions Installers (Jul 01, 2013)
Each supported operating system has its own RScript Functions Installer which includes the pre-compiled R script functions, ready to be imported into MicroStrategy.Windows Installation For installation...
View ArticleUpdated Release: R Integration Pack - RScript Functions Installers (Jul 01,...
Each supported operating system has its own RScript Functions Installer which includes the pre-compiled R script functions, ready to be imported into MicroStrategy.Windows InstallationFor installation...
View ArticleNew Post: R processing
Hello, When MSTR executes an R analytic, where is the processing handled? Is it done by the system the iServer is on or the local workstation? Also, can the execution be offloaded to server/secondary...
View ArticleNew Post: R processing
Hi ativ, R Analytics are processed on the MicroStrategy Intelligence Server, with two exceptions: R Analytics are executed on the MicroStrategy Desktop client when using derived metrics in three-tier...
View ArticleNew Post: R parameter tab is missing in metric editor
Hi, I created an R script and copied the output from the deploy utility to the metric editor. I have also upgraded the MSTR project. However, I can't see the R parameters tab to link the R inputs to...
View ArticleNew Comment on "Documentation"
Just as an FYI, there in an error on page 14 of the guide in the sample code for dual execution: if(length(mstr.InputNames) > 0 { Should be if(length(mstr.InputNames) > 0 ) {
View ArticleNew Comment on "Documentation"
Just as an FYI, there in an error on page 14 of the guide in the sample code for dual execution: if(length(mstr.InputNames) > 0 {
View ArticleNew Post: R parameter tab is missing in metric editor
Hi, There is no "R parameters tab" so I 'm not sure what you're referring to or what you're expecting. The good news is that once you've pasted the expression into the metric editor, all you have to do...
View ArticleNew Post: Error "the formula for derived metric is incorrect"
Hello, I've installed both the components below on a machine that has iserver+desktopRScript Functions Installer from http://rintegrationpack.codeplex.com/ MicroStrategyR Package for R from...
View ArticleNew Post: R parameter tab is missing in metric editor
Hi, Rick. I was referring to page 15 of the R Integration guide :"For this example, the metric expression would be "RScript(Revenue, [Month Index], [Month of Year])". Copy the metric names (between the...
View ArticleNew Post: R parameter tab is missing in metric editor
Hi Travis, That helps. I think you're asking how to get to the "RScript Parameters" dialog. It's pretty simple. While in the metric editor, Simply click on the "RScript" function name in the metric...
View ArticleNew Post: Error "the formula for derived metric is incorrect"
Hi Rishika, I suspect you may not have followed the post-installation instructions for the RScripts Functions installer, starting on page 6:Post-installation requirements for MicroStrategy projects...
View ArticleNew Post: R parameter tab is missing in metric editor
Thanks, Rick. That's what I was looking for. I wasn't sure if by adding the functions and upgrading the project, that it would expose specific R screens in the basic editors, so that's what I had...
View ArticleNew Post: Error "the formula for derived metric is incorrect"
Thanks Rick. I was successfully able to add the RScript functions to my project after upgrading it. However, I see no data returned for the derived metric in desktop (the save action on web hangs)...
View ArticleNew Post: R parameter tab is missing in metric editor
That's good news! Regarding the _InputNames parameter, actually, this particular feature is only needed if you wanted to pass in the actual names of the MicroStrategy metric inputs to use them in your...
View ArticleNew Post: Error "the formula for derived metric is incorrect"
Hi Rishika, Unfortunately, you've hit a bug with that script since it tries to automatically install the pmml package. In that sample script, there's this code segment: if(is.na(match("pmml",...
View ArticleNew Post: Error "the formula for derived metric is incorrect"
Changing the script to include a default CRAN mirror helped resolved the issue. Thanks a lot for your prompt help Rick!
View Article