简体   繁体   中英

Error Installing Forecast package in R Studio

I am trying to install the forecast package in R Studio ( Version 1.0153) and when i try to call the package using library(forecast) i get this error

"Error: package or namespace load failed for 'forecast' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]): there is no package called 'tibble'"

While installing the forecasting package i used the command install.packages("forecast",dep=T) . This is the first time i am encountering a problem when trying to install a package.

I did so using this command in the console and the package was successfully installed.

 install.packages('forecast')

When using

 install.packages("forecast",dep=T)

I also received the same error as you. So will the other line do the trick?

Note I am using R 3.4 as well in the console.

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