Rev 4086 | 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. They arer-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 discussions about the future of Rand pre-testing of new versionsTo 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 URLshttp://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/CRAN/ (Switzerland)http://www.stats.bris.ac.uk/R/ (UK)http://lib.stat.cmu.edu/R/CRAN/ (USA/Pennsylvania)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()can be used to invoke an editor from a within an R session and sendthe report to the right address. It also fills in some basicinformation, such as your R version and operating system, which hasproved helpful in the debugging process.