Update installation.rst

pull/95/head
JulioV 2020-08-04 12:30:46 -04:00 committed by GitHub
parent 2f4c137bc1
commit a726a52525
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 5 deletions

View File

@ -40,9 +40,8 @@ macOS (tested on Catalina 10.15)
#. Install R packages and virtual environment:
- ``snakemake renv_install``
- ``snakemake renv_init``
- ``snakemake renv_restore``
- ``snakemake -j1 renv_install``
- ``snakemake -j1 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.
@ -98,8 +97,8 @@ Linux (tested on Ubuntu 18.04 & 20.04)
#. Install R packages and virtual environment:
- ``snakemake renv_install``
- ``snakemake renv_restore``
- ``snakemake -j1 renv_install``
- ``snakemake -j1 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.