From 74dea04efb48aec7fb399168ec25a0f31e165bcf Mon Sep 17 00:00:00 2001 From: Andrea Manica Date: Thu, 25 Jan 2024 09:20:21 +0000 Subject: [PATCH] typo --- R/get_available_datasets.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/get_available_datasets.R b/R/get_available_datasets.R index c84b4a79..b575b0e4 100644 --- a/R/get_available_datasets.R +++ b/R/get_available_datasets.R @@ -18,5 +18,5 @@ get_available_datasets <- function() { print(sort(all_datasets)) message('for present day reconstructions, use "WorldClim_2.1_RESm" or "CHELSA_2.4_RESm" where RES is an available resolution.') message('for future predictions, use "WorldClim_2.1_GCM_SSP_RESm" or "CHELSA_2.1_GCM_SSP_RESm", where GCM is the GCM model, SSP is the Shared Socio-economic Pathways scenario.') - message('use help("WorldClim_2.1") or help("CHELSA_2.1) for a list of available options') + message('use help("WorldClim_2.1") or help("CHELSA_2.1") for a list of available options') }