Skip to content
Prev 3025 / 21312 Next

[Bioc-devel] Installing Geoquery on R version 2.13.1

Hi,

As shown here:
http://www.bioconductor.org/install/

The easiest way to install bioconductor packages is via `biocLite`. Just:

R> source("http://bioconductor.org/biocLite.R")
R> biocLite('GEOquery')

This will install the appropriate version of the bioconductor packages
for your version of R.

Also, if you're not "stuck" on R-2.13.x for any particular reason, you
might as well update to the latest/greatest, which is R-2.14.0, then
do the biocLite dance.

-steve
On Mon, Nov 28, 2011 at 11:05 PM, Radhika Malik <radhika1990 at gmail.com> wrote: