From 5bdaf13752dca5d5ac5414dd386ff1d877f355c0 Mon Sep 17 00:00:00 2001 From: JulioV Date: Thu, 11 Jun 2020 12:31:51 -0400 Subject: [PATCH] Update installation.rst --- docs/usage/installation.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst index 0f8d1827..54c15b87 100644 --- a/docs/usage/installation.rst +++ b/docs/usage/installation.rst @@ -66,8 +66,9 @@ Linux (tested on Ubuntu 18.04 & 20.04) #. 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`` - - (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/'`` + - Add R's repository: + - For 18.04 do: ``sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/'`` + - For 20.04 do: ``sudo add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu focal-cran40/'`` - ``sudo apt update`` - ``sudo apt install r-base``