From b60c2af32f0c34eb841fe542b50fdd8a141b5bf9 Mon Sep 17 00:00:00 2001 From: JulioV Date: Tue, 18 Aug 2020 12:03:13 -0400 Subject: [PATCH] Update installation.rst --- docs/usage/installation.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst index 3f8fd01f..ff51b3c4 100644 --- a/docs/usage/installation.rst +++ b/docs/usage/installation.rst @@ -46,10 +46,11 @@ macOS (tested on Catalina 10.15) - ``brew install mysql`` - ``brew services start mysql`` -#. Install R 4.0 and pandoc. If you have other instances of R, we recommend uninstalling them. +#. Install R 4.0, pandoc and rmarkdown. If you have other instances of R, we recommend uninstalling them. - ``brew install r`` - ``brew install pandoc`` + - ``Rscript --vanilla -e 'install.packages("rmarkdown", repos="http://cran.us.r-project.org")'`` #. Install miniconda: @@ -102,9 +103,10 @@ Linux (tested on Ubuntu 18.04 & 20.04) - ``sudo apt update`` - ``sudo apt install r-base`` -#. Install Pandoc +#. Install Pandoc and rmarkdown - ``sudo apt install pandoc`` + - ``Rscript --vanilla -e 'install.packages("rmarkdown", repos="http://cran.us.r-project.org")'`` #. Install GIT