Rev 6505 | 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, and an HTML versionis available as file doc/html/faq.html and via the on-line help (onthe index page given by help.start()).2. MAILING LISTSThanks to Martin Maechler there are number of mailing lists whichare used by R users and developers. They arer-announce@lists.r-project.org announcements of new R releasesor applications,r-help@lists.r-project.org general inquiries and discussionabout R.r-devel@lists.r-project.org 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@lists.r-project.orgr-help-request@lists.r-project.orgr-devel-request@lists.r-project.orgArchives of the mailing lists are made available monthly; see thedoc/mail/mail.html file on any CRAN node. An HTML archive isavailable via http://www.ens.gu.edu.au/robertk/R/.3. 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://cran.r-project.org/or ftp://cran.r-project.org/pub/R/ (Austria)and mirrored at many sites: see the list in the file MIRROR-SITES oron-line athttp://cran.r-project.org/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:///bugs.r-project.organd 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.