[R] Forecast Package in R version 3.1.0

Duncan Murdoch murdoch.duncan at gmail.com
Mon Apr 28 17:27:12 CEST 2014


On 28/04/2014 11:22 AM, Paul Bernal wrote:
> Dear R community, hello,
>
> Hope everybody is doing great. I just downloaded R version 3.1.0, and,
> whenever I try to load the forecast package, the following error message
> appears:
>
> Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]])
> :
>    there is no package called ‘Rcpp’
> Error: package or namespace load failed for ‘forecast’
>
> Does anybody knows or have an idea of what could be happeing with this new
> version of R?

Just what it says: the forecast package depends on the Rcpp package, but 
you don't have Rcpp installed. Install it and this error should go away.

Duncan Murdoch



More information about the R-help mailing list