Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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")`
Expand Down