Rev 2841 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
AVAILABLE R RESOURCES1. FAQA collection of Frequently Asked Questions and their answers ismaintained by Kurt Hornik <Kurt.Hornik@ci.tuwien.ac.at> and can befound at the URLhttp://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html2. MAILING LISTSThanks to Martin Maechler there are number of mailing lists whichare used by R users and developers. The listr-announce@stat.math.ethz.ch announcements of new R releasesor applications,r-help@stat.math.ethz.ch general inquiries and discussionabout R.r-devel@stat.math.ethz.ch a "hackers" list for discussionsof R internals and testing.To subscribe (or unsubscribe) to these mailing list sendsubscribe (or unsubscribe)(in the "body", not the subject !) to:r-announce-request@stat.math.ethz.chr-help-request@stat.math.ethz.chr-devel-request@stat.math.ethz.ch3. ARCHIVESThe Comprehensive R Archive Network (CRAN) is a collection of siteswhich carry identical material, consisting of the R distribution(s),the contributed extensions, documentation for R, and binaries.The CRAN master site can be found at the URL'shttp://www.ci.tuwien.ac.at/Ror ftp://ftp.ci.tuwien.ac.at/pub/R/ (Austria)and is currently being mirrored athttp://SunSITE.auc.dk/R/ (Denmark)http://www.stat.unipg.it/pub/stat/statlib/R/CRAN/ (Italy)ftp://ftp.u-aizu.ac.jp/pub/lang/R/CRAN/ (Japan)ftp://dola.snu.ac.kr/pub/R/CRAN/ (South Korea)http://stat.ethz.ch/R-CRAN/ (Switzerland)http://lib.stat.cmu.edu/R/CRAN/ (USA/Pennsylvania)ftp://ftp.biostat.washington.edu/mirrors/R/CRAN/ (USA/Washington)http://cran.stat.wisc.edu/ (USA/Wisconsin)4. BUG-TRACKING SYSTEMR has a bug-tracking system (or perhaps a bug-filing system is a moreprecise description) available on the net athttp://r-bugs.biostat.ku.dkand via e-mail to r-bugs@biostat.ku.dk. The R function bug.report() canbe used to invoke an editor from a within an R session and send thereport to the right address. It also fills in some basic information,such as your R version and operating system, which may be helpful inthe debugging process.