R: Downloading, learning about, and support for R software

About R

What is R?

R is a free, open-source programming language primarily for statistics and graphics. It's been gaining popularity rapidly across a variety of disciplines.

For a fuller description of R, see What is R? from the R Project.

Why use R?

R promotes reproducibility

With R, it is easier to document, reuse, and reproduce all the steps of your statistical analysis, compared to other statistical packages. Not only do you make your own work more effective and efficient, but also make your data analysis replicable and transparent to other researchers and the public. 

R is more hands-on and facilitates learning

GUI(Graphical User Interface) statistical packages offer point-and-click operations that ease your learning, but they might also blind you to underlying mechanism of your analysis.

By contrast, R gives you the opportunity to code by hand, enabling you to understand the fundamentals of operations, which in turn facilitates your future learning. 

R connects you to a pipeline of new packages

Packages are collections of R functions, data and code written by a very activity community of R users. Packages can help you solve your specific data issues more effectively -- and there are currently thousands of R packages for download, with more new packages on the way to expand what you can do with R.  (And these packages are free too!)

R has robust online documentation and an active user community

R's Help pages include extensive documentation. There is also a large and enthusiastic community eager to help you out.

R is free

You can install it on every computer you use. 

How does R compare to other statistical packages?

R is open source -- a benefit for those who don’t have the budget for proprietary programs like SPSS.

R has a steep learning curve and while it may take a while to become proficient, you can learn R incrementally.

Want to know more about how R has been gaining popularity in academia and industry? Read this article The Popularity of Data Science Software by data scientist Robert Muenchen on comparison between R and other statistical packages.

Downloads and installation 

Download R
F Windows, Mac OS X, and Linux for free from CRAN (Comprehensive R Archive Network). 

Download RStudio
An integrated development environment (IDE) for R. It provides a user-friendly interface for R with features to make working with R easier.  It is also open source and free to download. Note: You don’t need RStudio to do analysis with R, but you must have R before you can use RStudio. 

Help with downloads and installation

R Installing, Customizing, and Updating (UCLA)
Information to help you install R, customize it, and keep it up to date, maintained by UCLA's Institute for Digital Research & Education.

FAQ and HOWTO Documents
Answers to questions about download, installation, and licence terms, covering Linux, Mac, Unix, and Windows. 

Tutorials and guides for beginners and beyond 

Here are a few recommended resources to get you started: 

How to Learn R
A learning path charted to help you learn R step by step to build up your confidence and competency. 

R Learning Resources by UCLA  
Institute for Digital Research and Education (IDRE) at UCLA has brought together guides and tutorials on various topics such as reading data to R, subsetting data, and step-by-step instructions to analyze major public-use survey data sets with R by Anthony Damico. 

Free Introduction to R Programming Online Course by DataCamp
An interactive course with a lot of exercises to help you master some basic concepts of R, including factors, lists and data frames.

Introduction to R for Data Science by edX
An introductory R course to help you grasp R language fundamentals and basic syntax and understand how R is used to perform data analysis. 

Swirl: learn R, in R
"Swirl teaches you R programming and data science interactively, at your own pace, and right in the R console."

Resources for cleaning your data 

A common challenge many beginners, and even experienced users of R, faces is how to clean and convert their data into format that allows for easy analysis.  Potentially helpful resources include:

How to Learn R
The Data Manipulation section in this guide includes resources for dealing with messy data, including string, times and dates, and time series data. 

Books

These books at SFU library might be helpful: 

Help and support: From R, the R community, and at the Library

Expert user or beginner? R mavens may want to start with R Help documentation. 

If you're just getting started, or can't find what you're looking for in R Help's predefined key terms, we recommend searching the web for your topic, or seeking help from the R community.

You can also attend a Library workshop, or book a one-to-one consultation. See below for details!

R Help menu 

RStudio and RGui Console both provide in-built access to the R Help pages: you can just choose the Help menu, or use the command help.start( ). 

Two most important links on the Help page are Packages and Search Engine & Keywords, under the heading Reference.                                      

The Search Engine link will take you to the R Help searching. 

The Packages link will take you to a list of your installed R packages: click on a package and you will see a list of functions for the package.

R community help

R Stackoverflow 
A question-and-answer site used by programmers of all levels. It has a voting mechanism that pushes the most helpful answer to the top.

R-Help Mailing List 
A huge archive of questions and answers about R.

Library help and support

R Workshops at the Library

The Research Commons offer R workshops on regular basis and on a wide range of topics. Check the Research Commons' Workshops Schedule to find one that suits your need! 

A sample of past R workshops:

  • Introduction to R (2-day workshop)
  • Introduction to R for Non-Science Majors (2-day workshop)
  • Cleaning Data with R
  • Data Analysis with R
  • Introduction to Time Series Analysis using R
  • Use dplyr to Effectively Handle Data in R
  • Write Your Own Personal R Package

R Consultations 

You can book a one-to-one consultation with a specialist in the SFU library and get help with your R code. 

Talking to an expert can be especially helpful when you haven't built up a functional knowledge of R or where/how to search for solutions online.