From 2bb517ecec2cd915fbaa963c88921a01dbe9a7a2 Mon Sep 17 00:00:00 2001
From: "Jentsch, Helge" <helge.marc.ole.jentsch@uni-hamburg.de>
Date: Thu, 6 Jul 2023 11:21:37 +0200
Subject: [PATCH] WC CMIP6 - typo in 5min resolution run

---
 DESCRIPTION                      | 2 +-
 R/WorldClim_download_functions.R | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/DESCRIPTION b/DESCRIPTION
index e63c0e6..080f759 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 6b07ad4..3cf33a6 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",
-- 
GitLab