[R] problem with installing rms package

Marc Schwartz marc_schwartz at me.com
Fri May 25 16:09:45 CEST 2012


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



More information about the R-help mailing list