Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
anu_sachan
New Member

MSTS (forecast package) not working in R visual

I am trying to create a multi seasonality model using 'msts' from the forecast package in the R visual tool. When I paste the code in the designated place and try to run it, the R visual does not get displayed. On checking the details, I get the following message - 

 

R script Error

Error in msts(my code)

could not find function "msts"

Execution halted.

 

 

I have searched multiple forums for this error, but didnt found anything. Any help will be appreciated.

2 ACCEPTED SOLUTIONS
v-danhe-msft
Employee
Employee

Hi @anu_sachan,

Based on my test, it could work on my side:

1.PNG

Could you please check if you have installed the 'forecast' package?

And could you please check if have entered below code firstly?

library(forecast)

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

Hi,

 

I realised that i had mistyped the forecast library and hence it wasnt working. Its working perfectly now. Thanks 😄 

View solution in original post

3 REPLIES 3
v-danhe-msft
Employee
Employee

Hi @anu_sachan,

Based on my test, it could work on my side:

1.PNG

Could you please check if you have installed the 'forecast' package?

And could you please check if have entered below code firstly?

library(forecast)

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hi,

 

I realised that i had mistyped the forecast library and hence it wasnt working. Its working perfectly now. Thanks 😄 

Hi @anu_sachan,

It's pleasant that your problem has been solved, could you please mark the reply as Answered?

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.