🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Execute R Script_function not found

User: "Oprick"
New Altair Community Member
Updated by Jocelyn
I've been using Execute R operator to build forecasting models with no major issue at all.
However today I was trying to use quantregForest() of the package with the same name and keep receiving the same error message:
- could not find function \"quantregForest\""

I've tested the script in R and it runs with no problem.

Can you please shed some light on this.

**Note** Enclosed a mock dataset and process.

Many thanks,
Pedro


Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "David_A"
    New Altair Community Member
    Updated by David_A
    Hi @Oprick ,
    thanks for the very detailed description.
    Did you check if the quantregForest library could be loaded? For example by printing the result of the require() function. It can happen, that RapidMiner could not load or access the path where the library is stored (for example due to different user rights).
    Best,
    David
    User: "Oprick"
    New Altair Community Member
    OP
    Hi @David_A,
    I believe you are right. The library is not loading. However I cannot figure why, because it is stored in the same folder as all other libraries that I work with no issue at all. Do you have any idea of why this happens?


    Many thanks for your help,
    Pedro