[BioC] golubEsets package

Seth Falcon sfalcon at fhcrc.org
Tue Sep 13 16:42:35 CEST 2005


Hi Jianping,

On 13 Sep 2005, jjin at email.unc.edu wrote:
> I got a problem with "golubEsets". The warning message I got was
> "data set 'golubMerge' not found in: data(golubMerge)". I checked my
> R version and package information on my Windows XP as below:
>
>> sessionInfo()
> R version 2.1.0, 2005-04-18, i386-pc-mingw32
>
> attached base packages: [1] "tools" "methods" "stats" "graphics"
> "grDevices" "utils" "datasets" [8] "base"
>
> other attached packages:
> golubEsets    Biobase
> "1.0"   "1.5.12"

It would have been helpful if you had posted exactly what you entered
and how R responded.  I'm guessing that you did not load the package.
After installing, start R and do:

library(golubEsets)
data(golubMerge)

That works for me using the source package. 

+ seth



More information about the Bioconductor mailing list