Entering edit mode
Hi,
It might be a simple question but how is it possible to load a bioc
data set like colonCA? As a user, I installed Biobase, BiocInstaller
and colonCA in my environment. Then, when I load Biobase (library
Biobase) and colonCA (data colonCA), I get the following message
Warning message:
In data(colonCA) : data set âcolonCAâ not found
When I load with (data colonCA, lib.loc = "path to colonCA"), I get
the messages
Warning messages:
1: In find.package(package, lib.loc, verbose = verbose) :
 there is no package called
âstatsâ
2: In find.package(package, lib.loc, verbose = verbose) :
 there is no package called âgraphicsâ
3: In find.package(package, lib.loc, verbose = verbose) :
 there is no package called âgrDevicesâ
4: In find.package(package, lib.loc, verbose = verbose) :
 there is no package called âutilsâ
5: In find.package(package, lib.loc, verbose = verbose) :
 there is no package called âdatasetsâ
6: In find.package(package, lib.loc, verbose = verbose) :
 there is no package called âmethodsâ
7: In find.package(package, lib.loc, verbose = verbose) :
 there is no package called âbaseâ
8: In data(colonCA, lib.loc = "path to colonCA") :
 data set âcolonCAâ not found
>
which searches the packages that are in
/usr/lib/R/library/
Alternatively, I installed colonCA in /usr/lib/R/library/ as root but
got the same msg
data set âcolonCAâ not found
Look forward to your solution
Carol
[[alternative HTML version deleted]]