[R] problem loading package Hmisc

2006-11-25 Thread Ritwik Sinha
Hi, I installed the package Hmisc with the command install.packages(Hmisc) without errors. When I try to load the library with command library(Hmisc) I get the error library(Hmisc) Error in library(Hmisc) : there is no package called 'Hmisc' version _ platform

Re: [R] problem loading package Hmisc

2006-11-25 Thread Ritwik Sinha
Sorry about the question. I had installed the package locally and hence the library command was not working as stated. library(Hmisc, lib.loc=~/R/) did the trick. On 11/25/06, Ritwik Sinha [EMAIL PROTECTED] wrote: Hi, I installed the package Hmisc with the command install.packages(Hmisc)