Saturday, 18 April 2015

How to install R programming language in Ubuntu

Installing R in Ubuntu is a very simple process, it can be installed in two ways:

  1. Using terminal
  2. Using Ubuntu Software Center
Installing R using terminal 
  1. Open Terminal (Ctrl+Alt+T)
  2. Execute the command sudo apt-get update
  3. Then execute the command sudo apt-get install r-base
Installing R using Ubuntu Software Center
  1. Open Ubuntu Software Center
  2. Search for r-base in the software center
  3. Click on the install button and wait for the installation to complete
You can also use RStudio which is the popular IDE for R programming language.

No comments:

Post a Comment