8

Practical Guideline Using R · 2019-02-05 · The latest release (2018-07-02, Feather Spray) R-3.5.l.tar.gz, read what's new in the latest version. Sources of R alpha and beta releases

  • Upload
    others

  • View
    0

  • Download
    0

Embed Size (px)

Citation preview

Page 1: Practical Guideline Using R · 2019-02-05 · The latest release (2018-07-02, Feather Spray) R-3.5.l.tar.gz, read what's new in the latest version. Sources of R alpha and beta releases

Practical Guideline Using R

How to install R?

Nicolas Lampach

[email protected]

28 September 2018

Page 2: Practical Guideline Using R · 2019-02-05 · The latest release (2018-07-02, Feather Spray) R-3.5.l.tar.gz, read what's new in the latest version. Sources of R alpha and beta releases

1 � Getting Started 2/8

Download a copy of the most recent version of the software fromtheir site: http://www.r-project.org/

Page 3: Practical Guideline Using R · 2019-02-05 · The latest release (2018-07-02, Feather Spray) R-3.5.l.tar.gz, read what's new in the latest version. Sources of R alpha and beta releases

1 � CRAN Mirror 3/8

Choose the location of a server from the list close to you

Page 4: Practical Guideline Using R · 2019-02-05 · The latest release (2018-07-02, Feather Spray) R-3.5.l.tar.gz, read what's new in the latest version. Sources of R alpha and beta releases

1 � Operating System 4/8

To start with the download, select your operating system

Page 5: Practical Guideline Using R · 2019-02-05 · The latest release (2018-07-02, Feather Spray) R-3.5.l.tar.gz, read what's new in the latest version. Sources of R alpha and beta releases

1 � Installation steps for Windows users 5/8

Step 1: Install R for the �rst time

Step 2: Download R (32/64 bit)

Step 3: Launch installation

Page 6: Practical Guideline Using R · 2019-02-05 · The latest release (2018-07-02, Feather Spray) R-3.5.l.tar.gz, read what's new in the latest version. Sources of R alpha and beta releases

1 � Installation steps for Mac users 6/8

Step 1: Click on R-3.3.2.pkg

Step 2: Follow the installation instructions

If you need help, watch the video:

https://www.youtube.com/watch?v=uxuuWXU-7UQ

Page 7: Practical Guideline Using R · 2019-02-05 · The latest release (2018-07-02, Feather Spray) R-3.5.l.tar.gz, read what's new in the latest version. Sources of R alpha and beta releases

1 � Download R studio 7/8

RStudio is a set of integrated tools designed to help you be moreproductive with R

Click on the link:

https://www.rstudio.com/products/rstudio/download/

Pick your operating system:

Page 8: Practical Guideline Using R · 2019-02-05 · The latest release (2018-07-02, Feather Spray) R-3.5.l.tar.gz, read what's new in the latest version. Sources of R alpha and beta releases

1 � Check List 8/8

Make sure to have downloaded the latest R version

Don't forget to install R Studio

Open R Studio and check whether it works

Read the next slides on how to use R!