robjhyndman / forecast

Forecasting Functions for Time Series and Linear Models
http://pkg.robjhyndman.com/forecast
1.1k stars 340 forks source link

R version problem - 4.0.3 #876

Closed majagarbulinska closed 3 years ago

majagarbulinska commented 3 years ago

Hello, Is there any chance you could make the package work for the following setup: _
platform x86_64-apple-darwin17.0
arch x86_64
os darwin17.0
system x86_64, darwin17.0
status
major 4
minor 0.3
year 2020
month 10
day 10
svn rev 79318
language R
version.string R version 4.0.3 (2020-10-10) nickname Bunny-Wunnies Freak Out

The package does not seem to be available for the new R version. I tried installing through github but it failed too.

Thanks a lot!

majagarbulinska commented 3 years ago

Ok, I am sorry. Not sure what was wrong but a simple

install.packages('forecast', dependencies = TRUE) worked now. Thanks!