Skip to content

Commit

Permalink
Clarify example code
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Dec 17, 2024
1 parent 17cb70d commit b729a85
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions R/get_CRU_stack.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions man/get_CRU_stack.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b729a85

Please sign in to comment.