diff --git a/DESCRIPTION b/DESCRIPTION index e63c0e6b87c8dce4a7089c5124addc98c51174f9..080f7598a99722d325162d90ed00cf5c43b26d77 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -45,7 +45,7 @@ Suggests: knitr, testthat, usethis, rmarkdown VignetteBuilder: knitr SystemRequirements: Tested with at least 4 GB RAM. NeedsCompilation: no -Packaged: 2023-07-05 16:26:13 UTC; helge +Packaged: 2023-07-06 09:14:58 UTC; admin Author: Helge Jentsch [aut, cre], Maria Bobrowski [aut], Johannes Weidinger [aut], diff --git a/R/WorldClim_download_functions.R b/R/WorldClim_download_functions.R index 6b07ad4df91db565ae697f9705d2c1f36e766d56..3cf33a64008e88bc11f16879b73d54fa06076735 100644 --- a/R/WorldClim_download_functions.R +++ b/R/WorldClim_download_functions.R @@ -1223,7 +1223,7 @@ WorldClim.CMIP_6.download <- function(save.location = "./", for (res in resolution) { res.temp <- switch (res, "10min" = "10m", - "5mmin" = "5m", + "5min" = "5m", "2.5min" = "2.5m", "30s" = "30s", "10m" = "10m",