From 56645d66b1573ddae7b29cecf44684b885aeaf57 Mon Sep 17 00:00:00 2001 From: MoSHI <44819331+carissalow@users.noreply.github.com> Date: Fri, 5 Jun 2020 16:35:33 -0400 Subject: [PATCH] Update installation.rst --- docs/usage/installation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst index 996a678b..20ec282a 100644 --- a/docs/usage/installation.rst +++ b/docs/usage/installation.rst @@ -17,7 +17,7 @@ macOS (tested on Catalina 10.15) - ``brew install mysql`` - ``brew services start mysql`` -#. Install R and pandoc. If you have other instances of R, we recommend uninstalling them. +#. Install R 4.0 and pandoc. If you have other instances of R, we recommend uninstalling them. - ``brew install r`` - ``brew install pandoc`` @@ -63,14 +63,14 @@ Linux (tested on Ubuntu 18.04) - ``sudo apt install mysql-server`` -#. Install R. 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 add-apt-repository 'deb https://cloud.r-project.org/bin/linux/ubuntu bionic-cran40/'`` - ``sudo apt update`` - ``sudo apt install r-base`` -#. Install PANDOC +#. Install Pandoc - ``sudo apt install pandoc``