Rev 5576 | Blame | Last modification | View Log | 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.htmlA text version is in file FAQ in this directory.2. 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 mirrored at many sites: see the list in the file MIRROR-SITES oron-line athttp://www.ci.tuwien.ac.at/R/mirrors.html4. 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.The source distribution has a file BUGS at the top level giving asummary of the entries at the time this distribution was prepared.