简体   繁体   中英

Not able to load the 'forecast' or 'auto.arima' functions

Although I installed the required packages to execute auto.arima(), im not able to do so. Can anybody navigate through this problem 看到屏幕截图

And further i tried to install "Rccp", but that also failed. Need the solution asap, thanks in advance.

您可以尝试安装需要处理所有依赖项的需求包。

install.packages('needs') needs(forecast) ?forecast

you must install the package with dependencies:

install.packages("forecast", dependencies = TRUE)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM