Hi all,
I'm trying to install.packages("fpp2") on my Rstudio 1.1.456 on AnacondaNavigator, but it keeps giving me the following error:
Any ideas on how to fix it?
Best,
Isaac
Referred here by Forecasting: Principles and Practice, by Rob J Hyndman and George Athanasopoulos
You've clipped out the error message which might have shown what the problem is. Can you try this:
install.packages("fpp2", dependencies=TRUE)
Then copy everything in the console from that line on and paste it here.
Please also paste the output from sessionInfo()
.
system
Closed
3
This topic was automatically closed after 45 days. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.