How to solve below version error for forecast library

I am trying to create ARIMA model calling forecast library, however getting bellow version error, any help to resolve this would be highly appreciated.

R script error.
Error: package or namespace load failed for 'forecast' in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
namespace 'pillar' 1.3.1 is being loaded, but >= 1.4.3 is required

Thanks

Reboot RStudio and reinstall pillar.

install.packages("pillar")

should do it

This topic was automatically closed 42 days after the last reply. 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.