|
|
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?
Best regards,
Paul
[[alternative HTML version deleted]]
______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.
|
|
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
______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.
|
|
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 GMT-05:00 Duncan Murdoch < [hidden email]>:
> 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
>
[[alternative HTML version deleted]]
______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.
|
|
Paul Bernal <paulbernal07 <at> 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 âforecastâ
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 X 'mavericks'
whereas you have not even told us what OS you use.
Dirk
______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.
|
|
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 X 'mavericks'
>
> whereas you have not even told us what OS you use.
FWIW, I run Slackware-14.1 and just installed Rcpp (as root) with
install.packages("Rcpp")
No issues at all.
Rich
______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.
|
|
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 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 X 'mavericks'
>>
>> whereas you have not even told us what OS you use.
>
> FWIW, I run Slackware-14.1 and just installed Rcpp (as root) with
> install.packages("Rcpp")
>
> No issues at all.
>
> Rich
>
> ______________________________________________
> [hidden email] mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help> PLEASE do read the posting guide
> http://www.R-project.org/posting-guide.html> and provide commented, minimal, self-contained, reproducible code.
______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.
|
|
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 failed for ‘forecast’
Others have told you how to solve this problem, so I will assume that's
done, and just offer some advice for future problems: Don't be vague
about what you did to trigger the error message, cut and paste the exact
code or describe the exact circumstances that led to it. I can say with
some certainty that you wouldn't get the message above from "downloading
the Rcpp package", but if you had posted the code that you used, I could
probably have told you what you were doing wrong.
Duncan Murdoch
>
>
>
>
> 2014-04-28 10:27 GMT-05:00 Duncan Murdoch < [hidden email]
> <mailto: [hidden email]>>:
>
> 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
>
>
______________________________________________
[hidden email] mailing list
https://stat.ethz.ch/mailman/listinfo/r-helpPLEASE do read the posting guide http://www.R-project.org/posting-guide.htmland provide commented, minimal, self-contained, reproducible code.
|
|