[R] Unable to load 'doBy' package

2009-10-06 Thread Lauren Szathmary
Hi all, I am trying to load the doBy package, and I am getting the following error: library(doBy) Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : there is no package called 'Hmisc' Error: package/namespace load failed for 'doBy' I tried updating R to the current version (2.9.2)

Re: [R] Unable to load 'doBy' package

2009-10-06 Thread joris meys
Hi Lauren, from the error message it looks like you have a problem with the package Hmisc. doBy is dependent on that one. Can you check whether Hmisc is installed in your R version? For me, doBy loads without problems. On Tue, Oct 6, 2009 at 12:18 PM, Lauren Szathmary lszathm...@gmail.com wrote:

[R] Unable to load 'doBy' package

2009-10-06 Thread Lauren Szathmary
Hi all, I am trying to load the doBy package, and I am getting the following error: library(doBy) Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : there is no package called 'Hmisc' Error: package/namespace load failed for 'doBy' I tried updating R to the current version (2.9.2)

Re: [R] Unable to load 'doBy' package

2009-10-06 Thread Lauren Szathmary
Thanks! I installed the Hmisc package and doBy loaded with no problem. On Wed, Oct 7, 2009 at 1:08 AM, joris meys jorism...@gmail.com wrote: Hi Lauren, from the error message it looks like you have a problem with the package Hmisc. doBy is dependent on that one. Can you check whether Hmisc

Re: [R] Unable to load 'doBy' package

2009-10-06 Thread cls59
Lauren Szathmary wrote: Hi all, I am trying to load the doBy package, and I am getting the following error: library(doBy) Error in loadNamespace(i[[1L]], c(lib.loc, .libPaths())) : there is no package called 'Hmisc' Error: package/namespace load failed for 'doBy' This error