Site icon R-bloggers

Download and Install R in Ubuntu

[This article was first published on Analysis with R, and kindly contributed to R-bloggers]. (You can report issue about the content on this page here)
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
There are two ways to install R in Ubuntu. One is through the terminal, and the other is through the Ubuntu Software Center.

Through Terminal
To run R statistical package, execute R in the Terminal (see the picture below).

R statistical package in Ubuntu 12.10 Terminal

Through Ubuntu Software Center
Working through Terminal would be inconvenient, we suggest to download a user-friendly interface for R. For Ubuntu, we recommend using RStudio IDE or RKWard KDE.
RStudio in Ubuntu 12.10 Dash

To install RStudio IDE, do the following:
To open RStudio IDE, search for RStudio in the Ubuntu dash.

To install RKWard KDE, do the following:
To open RKWard KDE, search for RKWard in the Ubuntu dash and hit Enter.

RKWard KDE in Ubuntu 12.10
Reference:
  1. Ubuntu Packages for R

To leave a comment for the author, please follow the link and comment on their blog: Analysis with R.

R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.