Skip to content

Commit 3a2317f

Browse files
committed
Fix GBIF_process
1 parent ba8e2c2 commit 3a2317f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/DWF_GBIF_process.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ GBIF_process <- function(
208208
},
209209
future.scheduling = Inf, future.seed = TRUE,
210210
future.packages = c(
211-
"IASDT.R", "purrr", "tibble", "terra", "tidyr", "dplyr",
211+
"IASDT.R", "purrr", "tibble", "terra", "tidyr", "dplyr", "readr",
212212
"stringr", "bit64", "tidyselect", "fs", "sf", "ecokit"),
213213
future.globals = c("env_file", "overwrite"))
214214

0 commit comments

Comments
 (0)