[R] RCurl

Seth Falcon sfalcon at fhcrc.org
Mon Jul 31 23:39:17 CEST 2006


Rajarshi Guha <rajarshi.guha at gmail.com> writes:

> Hi, does anybody know where I might the RCurl package - the omegahat.org
> server seems to be down

The Bioconductor project hosts a mirror of a subset of Omegahat
packages (RCurl is included).  You can find the listing here:

http://www.bioconductor.org/packages/release/omegahat/

There is a browsable HTML package listing at the above URL which is
also a valid CRAN-style package repository.

So, for example, you should be able to do:

install.packages("RCurl",
                 repos="http://www.bioconductor.org/packages/release/omegahat/",
                 dependencies=TRUE)


+ seth



More information about the R-help mailing list