Re: [R] Forecast Package in R version 3.1.0

2014-04-28 Thread Duncan Murdoch
On 28/04/2014 11:31 AM, Paul Bernal wrote: Dear Duncan, This is what is happening when I try downloading the Rcpp package in R version 3.1.0 Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) : there is no package called ‘Rcpp’ Error: package or namespace load fail

Re: [R] Forecast Package in R version 3.1.0

2014-04-28 Thread Rui Barradas
Hello, Or maybe better, install.packages("forecast", dependencies = TRUE) since package forecast depends on several other packages Hope this helps, Rui Barradas Em 28-04-2014 17:04, Rich Shepard escreveu: On Mon, 28 Apr 2014, Dirk Eddelbuettel wrote: That is conflicting with the fact tha

Re: [R] Forecast Package in R version 3.1.0

2014-04-28 Thread Rich Shepard
On Mon, 28 Apr 2014, Dirk Eddelbuettel wrote: That is conflicting with the fact that the package page for Rcpp shows you binaries for three R versions (devel, release, old-release) on Windows three R versions (devel, release, old-release) on OS X 'snow leopard' one R version (release) on OS

Re: [R] Forecast Package in R version 3.1.0

2014-04-28 Thread Dirk Eddelbuettel
Paul Bernal gmail.com> writes: > This is what is happening when I try downloading the Rcpp package in R > version 3.1.0 > > Error in loadNamespace(i, c(lib.loc, .libPaths()), versionCheck = vI[[i]]) > : > there is no package called ‘Rcpp’ > Error: package or namespace load failed for ‘for

Re: [R] Forecast Package in R version 3.1.0

2014-04-28 Thread Duncan Murdoch
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]])

Re: [R] Forecast Package in R version 3.1.0

2014-04-28 Thread Paul Bernal
Dear Duncan, This is what is happening when I try downloading the Rcpp package in R version 3.1.0 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’ 2014-04-28 10:27 GM

[R] Forecast Package in R version 3.1.0

2014-04-28 Thread Paul Bernal
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’ Er