[BioC] Error in bioClite instructions

Benilton Carvalho bcarvalh at jhsph.edu
Thu Aug 11 11:44:43 CEST 2005


> biocLite(c("pkg1", "pkg2"))
> is recommended to install pkg1 and pkg2. On my system (linux, R 2.1, Bioconductor 1.6), this gives an error:
>
>> biocLite(c=("affyPLM"))

Peter,

I think this fails because there is no "=" between the 'c' and the '('

try:

  biocLite(c("affyPLM"))

tks,
b.



More information about the Bioconductor mailing list