Rajarshi Guha <[EMAIL PROTECTED]> 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 ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.
