An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20120525/f168dfe7/attachment.pl>
problem with installing rms package
2 messages · ramakanth reddy, Marc Schwartz
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