Skip to content
Prev 70006 / 398506 Next

install R packages--sorry last letter that I sent I had an error, this one is the right one

On Thu, 2005-05-19 at 10:09 -0400, Li, Jia wrote:
This is for your information. It is not an error message and is not
asking you to do anything (i.e. it says "loading" not "please load")
Because it was loaded automatically when you loaded the splines package.
Have a look at the search path with 

search()

You have confused *installing* a package - putting it's files on your
disk - with *loading* it - making it's objects and help pages available
for use in an R session.

Martyn