Difference between revisions of "Software tutorial/Software installation"

From Statistics for Engineering
Jump to navigation Jump to search
Line 1: Line 1:
{{Navigation|Book=Software tutorial|previous=About the course software|current=Tutorial index|next=Getting started}}
{{Navigation|Book=Software tutorial|previous=About the course software|current=Tutorial index|next=Getting started}}
__NOTOC__
__NOTOC__
== General ==
 
==Zero installation option (new) ==
 
If you'd like to use R on your tablet, mobile phone, or simply try it without installing anything, visit:
<span style="font-size: 150%;"> '''[http://yint.org/Rweb http://yint.org/Rweb]'''</span>
 
== Install R on your own computer? ==
{|  
{|  
|-
|-
Line 18: Line 24:


==Windows installation ==
==Windows installation ==


{|
{|
|-
|-
| width="600px"|
| width="600px"|
As mentioned above, install 2 software packages:
# '''Base R package'''
# '''Base R package'''
#* Visit the R-website: http://cran.r-project.org/bin/windows/base/
#* Visit the R-website: http://cran.r-project.org/bin/windows/base/
Line 37: Line 45:
|-
|-
| width="600px" |
| width="600px" |
As mentioned above, install 2 software packages:
# '''Base R package'''
# '''Base R package'''
#* Visit the R-website: http://cran.r-project.org/bin/macosx/
#* Visit the R-website: http://cran.r-project.org/bin/macosx/

Revision as of 13:29, 2 January 2016

← About the course software (previous step) Tutorial index Next step: Getting started →


Zero installation option (new)

If you'd like to use R on your tablet, mobile phone, or simply try it without installing anything, visit: http://yint.org/Rweb

Install R on your own computer?

  • Official website: http://www.r-project.org/
  • These instructions were update last on 02 January 2016; the R version at that time was version 3.2.3.



R is a standalone package. However, to get the most benefit, you must install a good editor side-by-side with R. That means you have to install two software tools today.

  1. We will install the R software first
  2. Then we will install R studio as the editor

This video shows how to use RStudio: it looks the same on Windows, Mac and Linux.

Windows installation

As mentioned above, install 2 software packages:

  1. Base R package
  2. RStudio, an excellent editor for R

Mac installation

As mentioned above, install 2 software packages:

  1. Base R package
    • Visit the R-website: http://cran.r-project.org/bin/macosx/
    • Download and install the PKG file linked at the top of the page.
    • Use all the default settings during the installation.
    • R.app will automatically be added to your Applications folder
  2. RStudio, an excellent editor for R

Linux installation

  1. Base R package
    • Visit the R-website: http://cran.r-project.org/bin/linux/
    • Choose your Linux distribution: Debian, Redhat, Suse or Ubuntu
    • Download and install the software in the regular way for your platform
  2. RStudio, an excellent editor for R