|
Dear R gurus,
I am using the gbm library under R version 2.10.0, which depends on the splines library. I have searched the various repositories and can't seem to locate any current version of the splines library. This is strange because I had previously installed splines (built under 2.10.0 according to the description) on another machine. Where can I find this library? Thanks in advance, Alan > sessionInfo() R version 2.10.0 (2009-10-26) i386-pc-mingw32 ______________________________________________ [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. |
|
Have you searched your computer?
Rhome/library/splines It's one of the packages automatically installed with R. -Peter Ehlers Alan Swanson wrote: > Dear R gurus, > I am using the gbm library under R version 2.10.0, which depends on the > splines library. I have searched the various repositories and can't > seem to locate any current version of the splines library. This is > strange because I had previously installed splines (built under 2.10.0 > according to the description) on another machine. Where can I find this > library? > Thanks in advance, > Alan > > > > sessionInfo() > R version 2.10.0 (2009-10-26) > i386-pc-mingw32 > > ______________________________________________ > [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-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. |
|
In reply to this post by Swanson-2
On Nov 30, 2009, at 6:47 PM, Alan Swanson wrote: > Dear R gurus, > I am using the gbm library under R version 2.10.0, which depends on > the splines library. I have searched the various repositories and > can't seem to locate any current version of the splines library. > This is strange because I had previously installed splines (built > under 2.10.0 according to the description) on another machine. > Where can I find this library? > Thanks in advance, They don't appear to show up within my package Installer search, but it seems unlikely that would be a persistent problem since it is a recommended package and the docs say that the R Core Team is the maintainer. Isn't that package part of the default installation? The stats package doesn't show up either which suggests that using the package manager is not the right way to access the package. I'm guessing that you should try: library(splines) sessionInfo() > Alan > > > > sessionInfo() > R version 2.10.0 (2009-10-26) > i386-pc-mingw32 > > ______________________________________________ > [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. David Winsemius, MD Heritage Laboratories West Hartford, CT ______________________________________________ [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. |
|
In reply to this post by Peter Ehlers
Phil and Peter, thanks - figured it was something obvious. I had
uninstalled splines to check the behavior of some other code. I just reinstalled R 2.10.0 and it shows up. Thanks! Alan Peter Ehlers wrote: > Have you searched your computer? > Rhome/library/splines > > It's one of the packages automatically installed with R. > > -Peter Ehlers > > > Alan Swanson wrote: >> Dear R gurus, >> I am using the gbm library under R version 2.10.0, which depends on >> the splines library. I have searched the various repositories and >> can't seem to locate any current version of the splines library. This >> is strange because I had previously installed splines (built under >> 2.10.0 according to the description) on another machine. Where can I >> find this library? >> Thanks in advance, >> Alan >> >> >> > sessionInfo() >> R version 2.10.0 (2009-10-26) >> i386-pc-mingw32 >> >> ______________________________________________ >> [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-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code. |
| Powered by Nabble | Edit this page |
