From a6542c47c413a711feb3b16c14ed85848c7b75f6 Mon Sep 17 00:00:00 2001 From: learnuidev <67298065+learnuidev@users.noreply.github.com> Date: Sat, 26 Mar 2022 21:39:35 -0400 Subject: [PATCH] Update README.md Added the missing tidyverse installation step doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 293811b..94c70ba 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This package offers a parallel option to most computationally expensive function # Installation Instructions: 1. Please first make sure you are on version 3.6.2 or later of R before attempting to install -2. If not yet installed into R, run: `install.packages("devtools")` +2. If not yet installed into R, run: `install.packages("devtools")` and `install.packages("tidyverse")` 3. Also run: `install.packages("remotes")` and then `remotes::install_version("SDMTools", "1.1-221")`