From 817829b547a5c8f2ee90f3a3a878edaf7353d381 Mon Sep 17 00:00:00 2001 From: JulioV Date: Mon, 4 May 2020 10:28:58 -0400 Subject: [PATCH] Update installation.rst --- docs/usage/installation.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/usage/installation.rst b/docs/usage/installation.rst index b0fa16b8..8be27268 100644 --- a/docs/usage/installation.rst +++ b/docs/usage/installation.rst @@ -41,9 +41,9 @@ macOS (tested on Catalina 10.15) #. Install R packages and virtual environment: - - ``snakemake packrat_install`` - - ``snakemake packrat_init`` - - ``snakemake packrat_restore`` + - ``snakemake renv_install`` + - ``snakemake renv_init`` + - ``snakemake renv_restore`` - This step will take several minutes to complete. Please be patient and let it run until completion. #. See Usage section below. @@ -84,9 +84,9 @@ Linux (tested on Ubuntu 16.04) #. Install R packages and virtual environment: - - ``snakemake packrat_install`` - - ``snakemake packrat_init`` - - ``snakemake packrat_restore`` + - ``snakemake renv_install`` + - ``snakemake renv_init`` + - ``snakemake renv_restore`` - This step will take several minutes to complete. Please be patient and let it run until completion. #. See Usage section below.