Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

Installation instructions for Linux

...

Before installing RStudio, make sure you have R installed. In most cases, it is recommended to install R via your distribution's package manager. 

Afterwards, install RStudio from the provided packages on https://www.rstudio.com/products/rstudio/download/ .

Instructions for Ubuntu/Debian:

  1. Install R:   sudo apt install r-base
  2. Install RStudio:
    1. Go to https://www.rstudio.com/products/rstudio/download/ , click on RStudio Desktop (Free)
    2. Select your distribution and version, e.g. for Ubuntu 18.04 download 

      Ubuntu 18/Debian 10 rstudio-1.4.1106-amd64.deb121.07 MB

      3b5d3835

      (Link: https://download1.rstudio.org/desktop/bionic/amd64/rstudio-1.4.1106-amd64.deb )

      Note: This version also works with later Ubuntu versions, i.e. you can install the 'bionic' version  of RStudio for more recent Ubuntu versions like 20.04
    3. Install the .deb by either
      1.  double-clicking on it or
      2. via the command line, e.g.   cd Downloads; sudo apt install ./rstudio-1.4.1106-amd64.de
        1. in case of unmet dependencies, run: sudo apt install -f


Installation instructions for MacOS

...