Unable to install 'forecast package'

Hi, I am unable to install 'forecast' package and getting the following message. Please help

install.packages('forecast', dependencies = TRUE)
trying URL 'https://cran.rstudio.com/bin/macosx/el-capitan/contrib/3.6/forecast_8.12.tgz'
Content type 'application/x-gzip' length 2505643 bytes (2.4 MB)
==================================================
downloaded 2.4 MB

The downloaded binary packages are in
/var/folders/z3/9wt5frqd3qg5zd99c4zd7fb00000gn/T//Rtmp3lqdur/downloaded_packages

You are not showing any error message, just normal installation messages, Do you get any error message if you try to load the library?

library(forecast)
1 Like

Tried downloading again and the package was successfully installed. Thank you for your prompt response.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.