[BioC] error message in gcrma
Seth Falcon
sfalcon at fhcrc.org
Mon Jun 5 20:25:03 CEST 2006
Mohammad Esad-Djou <shahrgol at web.de> writes:
>> What you can do is to download the source packages that you want and
>> then transfer them to your Linux system. You can install source
>> packages on Linux using:
>>
>> R CMD INSTALL somepkg_1.2.3.tar.gz
>>
>> However, you will have to resolve package dependencies yourself. This
>> is unfortunate and something I'm interested in improving with some
>> alternate dependency tracking tools.
>
> I know, but I do not know, which Package needs gcrma!
For any package, you can easily determine the packages it depends on
and the packages that depend on it by reviewing the package summary
listing. So for gcrma take a look at the Depends and DependsOnMe
fields here:
http://www.bioconductor.org/packages/1.8/bioc/html/gcrma.html
More information about the Bioconductor
mailing list