Skip to content

Commit

Permalink
address CRAN check issues and increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Dec 15, 2024
1 parent 6a025de commit bbc7daa
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 33 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: getCRUCLdata
Title: 'CRU' 'CL' v. 2.0 Climatology Client
Version: 1.0.0
Version: 1.0.1
Authors@R:
person("Adam H.", "Sparks", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-0061-8359"))
Expand Down
2 changes: 1 addition & 1 deletion R/create_CRU_df.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Create a data of climatology variables from local disk files
#' Create a data.table of Climatology Variables From Local Disk Files
#'
#' Automates importing \acronym{CRU} \acronym{CL} v.2.0 climatology
#' data and creates a tidy data frame of the data. If requested, minimum and
Expand Down
2 changes: 1 addition & 1 deletion R/create_CRU_stack.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#' Create a list of terra rast objects from local disk files
#' Create a List of terra rast Objects From Local Disk Files
#'
#' Automates importing \acronym{CRU} \acronym{CL} v.2.0 climatology
#' data and creates a [terra()] [terra::rast()] of the
Expand Down
12 changes: 6 additions & 6 deletions R/get_CRU_df.R
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#' Download and create a data frame of climatology parameters
#' Download and Dreate a data.table of Climatology Parameters
#'
#' This function automates downloading and importing \acronym{CRU}
#' \acronym{CL} v. 2.0 climatology data and creates a data frame of the data.
#' If requested, minimum and maximum temperature may also be automatically
#' calculated as described in the data readme.txt file. Data may be cached for
#' later use by this function, saving time downloading files in future use of
#' the function.
#' \acronym{CL} v. 2.0 climatology data and creates a \CRANpkg{data.table} of
#' the data. If requested, minimum and maximum temperature may also be
#' automatically calculated as described in the data readme.txt file. Data may
#' be cached for later use by this function, saving time downloading files in
#' future use of this function.
#'
#' @section Nomenclature and Units:
#' \describe{
Expand Down
16 changes: 8 additions & 8 deletions R/get_CRU_stack.R
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
#' Download and create a list of terra rast objects of climatology parameters
#' Download and Create a List of terra rast Objects of Climatology Parameters
#'
#' This function automates downloading and importing CRU CL v. 2.0
#' climatology data into \R and creates a list of [terra()]
#' [terra::rast()] of the data. If requested, minimum and maximum
#' temperature may also be automatically calculated as described in the data
#' readme.txt file. Data may be cached for later use by this function, saving
#' time downloading files in future use of the function.
#' climatology data into \R and creates a list of \CRANpkg{terra}
#' [terra::rast()] objects of the data. If requested, minimum and maximum
#' temperature may also be automatically calculated as described in the data
#' readme.txt file. Data may be cached for later use by this function, saving
#' time downloading files in future using this function.
#'
#' @inheritSection get_CRU_df Nomenclature and Units
#' @inheritParams get_CRU_df
#' @examplesIf interactive()
#'
#' # Download data and create a [terra()] [terra::rast()]
#' # Download data and create a {terra} `rast`
#' # object of precipitation and temperature without caching the data files
#' CRU_pre_tmp <- get_CRU_stack(pre = TRUE, tmp = TRUE)
#'
Expand All @@ -22,7 +22,7 @@
#' [create_CRU_stack()]
#' [manage_cache()]
#'
#' @return A [base::list()] of \CRANpkg{terra} [terra::rast()] objects of CRU CL
#' @return A [base::list()] of \CRANpkg{terra} [terra::rast] objects of CRU CL
#' v. 2.0 climatology elements
#'
#' @author Adam H. Sparks, \email{adamhsparks@@gmail.com}
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"codeRepository": "https://github.com/ropensci/getCRUCLdata",
"issueTracker": "https://github.com/ropensci/getCRUCLdata/issues",
"license": "https://spdx.org/licenses/MIT",
"version": "1.0.0",
"version": "1.0.1",
"programmingLanguage": {
"@type": "ComputerLanguage",
"name": "R",
Expand Down Expand Up @@ -243,7 +243,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": "800.015KB",
"fileSize": "800.034KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
2 changes: 1 addition & 1 deletion man/create_CRU_df.Rd

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

2 changes: 1 addition & 1 deletion man/create_CRU_stack.Rd

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

12 changes: 6 additions & 6 deletions man/get_CRU_df.Rd

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

12 changes: 6 additions & 6 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 bbc7daa

Please sign in to comment.