diff --git a/R/get_CRU_stack.R b/R/get_CRU_stack.R index 83cec9d..507d1e0 100644 --- a/R/get_CRU_stack.R +++ b/R/get_CRU_stack.R @@ -12,8 +12,8 @@ #' @inheritParams get_CRU_df #' @examplesIf interactive() #' -#' # Download data and create a {terra} `rast` object of precipitation and -#' # temperature without caching the data files +#' # Download data and create a list of {terra} `rast` objects of precipitation +#' # and temperature without caching the data files #' CRU_pre_tmp <- get_CRU_stack(pre = TRUE, tmp = TRUE) #' #' CRU_pre_tmp diff --git a/codemeta.json b/codemeta.json index b72e833..dccb649 100644 --- a/codemeta.json +++ b/codemeta.json @@ -254,7 +254,7 @@ "applicationCategory": "Tools", "isPartOf": "https://ropensci.org", "keywords": ["anglia-cru", "climate-data", "cru-cl2", "temperature", "rainfall", "elevation", "data-access", "wind", "relative-humidity", "solar-radiation", "diurnal-temperature", "frost", "cru", "r", "rstats", "r-package", "peer-reviewed"], - "fileSize": "918.205KB", + "fileSize": "918.223KB", "citation": [ { "@type": "ScholarlyArticle", diff --git a/man/get_CRU_stack.Rd b/man/get_CRU_stack.Rd index a3b6593..59cec81 100644 --- a/man/get_CRU_stack.Rd +++ b/man/get_CRU_stack.Rd @@ -132,8 +132,8 @@ For more information see the description of the data provided by \examples{ \dontshow{if (interactive()) (if (getRversion() >= "3.4") withAutoprint else force)(\{ # examplesIf} -# Download data and create a {terra} `rast` object of precipitation and -# temperature without caching the data files +# Download data and create a list of {terra} `rast` objects of precipitation +# and temperature without caching the data files CRU_pre_tmp <- get_CRU_stack(pre = TRUE, tmp = TRUE) CRU_pre_tmp