Message-ID: <428CA1D3.8000407@statistik.uni-dortmund.de>
Date: 2005-05-19T14:25:23Z
From: Uwe Ligges
Subject: install R packages--sorry last letter that I sent I had an error, this one is the right one
In-Reply-To: <3D0B2434377E984E9C85CAA316F8B183357C94@nsabpmail>
Li, Jia wrote:
> Dear All,
>
> When I tried to install R packages I found this error:
>
>>library(survival)
>
> Loading required package: splines
>
>>install.packages("splines")
>
> --- Please select a CRAN mirror for use in this session ---
> Warning message:
> package splines is in use and will not be installed
>
> But I just opened R, and haven't used anything yet, how come did it say "package splines is in use"?
>
library(survival) told you that it loaded the required package
"splines". So it *is* in use.
Uwe Ligges
> Thanks
>
> Jia
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html