Please let me know if there are other links you think should be included on this page!

Download R:

CRAN website

Download RStudio:

Rstudio main site

R Cheat Sheets

(print ’em out and hang by your office desk!)
Base R Cheat sheet
Short Reference Card
More comprehensive reference card Tidyverse cheat sheet
Purrr cheat sheet
RStudio cheatsheets- very useful! Includes cheat sheets for R markdown, shiny, data wrangling with “dplyr” and much more!

Tutorials for specific functions

Tutorial for combining graphs
Create custom theme

GIT

(for sharing your code and collaborating with others!)
Excellent intro GIT tutorial
(The last two R examples from above are in Github so this may be useful if you want to check those out)

R Markdown

(for publishing and communicating in R. This website was built in R Markdown!)
Guide for Pandoc Markdown
Website development for RMarkdown
YAML: YAML Ain’t Markup Language!
a nice simple Markdown syntax guide

Tree-based machine learning

Breiman’s guide to Random Forest

Spatial Analysis in R

“raster” package vignette