Skip to content

Commit

Permalink
install lines for supplementary packages in vignette
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrolph committed Nov 7, 2023
1 parent 3b4060a commit 67a481e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions vignettes/example_NLMR_virtualspecies.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ library(STRIDER)
library(terra)
library(sf)
#installed as not dependencies for STRIDER
#install.packages("remotes")
remotes::install_github("cran/RandomFieldsUtils")
remotes::install_github("cran/RandomFields")
remotes::install_github("ropensci/NLMR")
install.packages("virtualspecies")
library(NLMR)
library(virtualspecies)
Expand Down

0 comments on commit 67a481e

Please sign in to comment.