Minor documentation updates 4 install instructions

pull/95/head
kaguillera 2020-06-08 20:16:14 -04:00
parent 0115fd14f6
commit b426e2ce47
1 changed files with 4 additions and 3 deletions

View File

@ -48,8 +48,8 @@ macOS (tested on Catalina 10.15)
#. See Usage section below. #. See Usage section below.
Linux (tested on Ubuntu 18.04) Linux (tested on Ubuntu 18.04 & 20.04)
------------------------------ ---------------------------------------
#. Install dependencies : #. Install dependencies :
@ -66,7 +66,8 @@ Linux (tested on Ubuntu 18.04)
#. Install R 4.0 . If you have other instances of R, we recommend uninstalling them. #. Install R 4.0 . If you have other instances of R, we recommend uninstalling them.
- ``sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9`` - ``sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9``
- ``sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/'`` - (for 18.04 use command) ``sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/'``
- (for 20.04 use command) ``sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'``
- ``sudo apt update`` - ``sudo apt update``
- ``sudo apt install r-base`` - ``sudo apt install r-base``