Skip to content

Latest commit

 

History

History
executable file
·
47 lines (33 loc) · 1.9 KB

README.md

File metadata and controls

executable file
·
47 lines (33 loc) · 1.9 KB

R

R-logo

What is R?

R is a language and environment for statistical computing and graphics. It is a GNU project which is similar to the S language and environment which was developed at Bell Laboratories (formerly AT&T, now Lucent Technologies) by John Chambers and colleagues. R can be considered as a different implementation of S. There are some important differences, but much code written for S runs unaltered under R.

To get started with R on the Harvard University FAS Cannon cluster you can try the below examples:

  • Example 1: Print out integers from 10 down to 1

You can also look at the instructions for installing specific R packages:

Files that may configure R installations

  • ~/.Rprofile
  • ~/.Renviron
  • ~/.bashrc
  • ~/.bash_profile
  • ~/.profile
  • ~/.config/rstudio/rstudio-prefs.json
  • ~/.R/Makevars

Using R in Jupyter Notebooks

You can use R in Jupyter notebooks following these instructions.

References: