Update installation.rst

pull/95/head
JulioV 2020-06-11 12:37:07 -04:00 committed by GitHub
parent 5bdaf13752
commit 673c3c22f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 15 deletions

View File

@ -43,6 +43,7 @@ macOS (tested on Catalina 10.15)
- ``snakemake renv_install``
- ``snakemake renv_init``
- ``snakemake renv_restore``
- This step could take several minutes to complete, especially if you have less than 3Gb of RAM or packages need to be compiled from source. Please be patient and let it run until completion.
#. See Usage section below.
@ -67,6 +68,7 @@ Linux (tested on Ubuntu 18.04 & 20.04)
- ``sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9``
- 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``
@ -98,6 +100,7 @@ Linux (tested on Ubuntu 18.04 & 20.04)
- ``snakemake renv_install``
- ``snakemake renv_restore``
- This step could take several minutes to complete, especially if you have less than 3Gb of RAM or packages need to be compiled from source. Please be patient and let it run until completion.
#. See Usage section below.