Skip to content

Commit

Permalink
add packages to load countries
Browse files Browse the repository at this point in the history
  • Loading branch information
MaIsAp committed Oct 6, 2023
1 parent b92b79c commit af5ff86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/SHI/scp_SHI_02_GetAOH.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ print(Sys.getenv("SCRIPT_LOCATION"))
options(timeout = max(60000000, getOption("timeout")))

packages <- c("rjson","remotes","dplyr","tidyr","purrr","terra","stars","sf","readr",
"geodata","gdalcubes","stacatalogue","rredlist","stringr")
"geodata","gdalcubes","stacatalogue","rredlist","stringr","httr2","geojsonsf")

if (!"gdalcubes" %in% installed.packages()[,"Package"]) remotes::install_git("https://github.com/appelmar/gdalcubes_R.git")
if (!"stacatalogue" %in% installed.packages()[,"Package"]) remotes::install_git("https://github.com/ReseauBiodiversiteQuebec/stac-catalogue")
Expand Down

0 comments on commit af5ff86

Please sign in to comment.