R
R is an open source programming language and software environment for statistical computing and graphics. R is an implementation of the S programming language combined with lexical scoping semantics inspired by Scheme. R was created by Ross Ihaka and Robert Gentleman and is now developed by the R Development Core Team. The R environment is easily extended through a packaging system on CRAN.
Official CRAN Documentation
Additional free resources include:
- PDF HTML An Introduction to R, a basic introduction for beginners.
- PDF HTML The R Language Definition, a more technical discussion of the R language itself.
- PDF HTML Writing R Extensions, a development guide for R.
- PDF HTML R Data Import/Export, a data import and export guide.
- PDF HTML R Installation, an installation guide (from R source code).
- PDF HTML R Internals, internal structures and coding guidelines.
Other CRAN resources
- Packages in the standard library
- R mailing lists
- Task Views - summary of useful packages by subject area.
- Books and other documents on R in a variety of languages.
- The R Journal lists research articles and summaries of major revisions.
- R FAQ - Official list of R FAQs on CRAN
Free Resources
Free resource materials include:
- PDF The R Inferno by Patrick Burns
- Try R - A web-based R tutorial
- R by example
stackoverflow resources
- R chat
- How to make a great R reproducible example
- What is the most useful R trick?
- r-faq - Tag for frequently asked R questions on StackOverflow
IDEs and editors for R
- ESS (Emacs Speaks Statistics) - package for Emacs
- RStudio - R-specific IDE
- StatET - plugin for the Eclipse IDE
- Revolution-R - commercial IDE with community/enterprise variants
- Live-R - R IDE in a browser
- JGR - Java-based GUI for R
- Tinn-R - R-specific code editor
- Sciviews-K - Extension for the Komodo IDE
- NppToR - plugin for Notepad++
- Vim-R - plugin for Vim
Other Resources
Recommended additional R resources include:
- RSeek - a search engine for R
- Cookbook for R - Solutions to common tasks in analyzing data
- Quick-R - accessing the power of R
- R programming language by wikipedia
- R-bloggers - R blog aggregator