On May 25, 2012, at 8:51 AM, ramakanth reddy wrote:

> Hi
> 
> I am trying to install "rms" package but while installing it shows
> following error
> package 'survival' 2.36-2 is loaded, but >= 2.36.3 is required by 'rms'
> what to do?
> 
> i am using linux OS
> 
> I have tried by updated r-base-core but it didnt work
> 
> regards
> GRR


The latest version of survival on CRAN is 2.36-14.

When you install rms, be sure to use:

  install.packages("rms", dependencies = TRUE)

to be sure that package dependencies are satisfied during the installation.

Regards,

Marc Schwartz

______________________________________________
[email protected] 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.

Reply via email to