From dd693d31209b719bec94d930fec30655e2f5f6c4 Mon Sep 17 00:00:00 2001 From: Breeze-Hu <1558520467@qq.com> Date: Sun, 24 May 2026 14:52:37 +0800 Subject: [PATCH] typo --- R/ReadNetCDF.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/ReadNetCDF.R b/R/ReadNetCDF.R index 0a403339..7dac7dfc 100644 --- a/R/ReadNetCDF.R +++ b/R/ReadNetCDF.R @@ -197,7 +197,7 @@ ReadNetCDF <- function( # looping though lots of files. options(readnetcdf_check_pkg = FALSE) on.exit(options(readnetcdf_check_pkg = TRUE)) - if (rlang::is_installed("furr")) { + if (rlang::is_installed("furrr")) { iterator <- \(...) furrr::future_map(..., .progress = TRUE) } else { iterator <- lapply