Skip to content

Commit

Permalink
Use more inherited Roxygen tags
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Dec 17, 2024
1 parent b729a85 commit eec6c74
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 15 deletions.
4 changes: 2 additions & 2 deletions R/create_CRU_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
#' @seealso
#' [get_CRU_df].
#'
#' @return A \CRANpkg{data.table} object of \acronym{CRU} \acronym{CL} v. 2.0
#' climatology elements.
#' @return A [data.table::data.table] object of \acronym{CRU} \acronym{CL} v.
#' 2.0 climatology elements.
#'
#' @author Adam H Sparks, \email{adamhsparks@@gmail.com}
#'
Expand Down
4 changes: 1 addition & 3 deletions R/get_CRU_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,10 @@
#' @seealso
#' [create_CRU_stack], [manage_cache].
#'
#' @return A \CRANpkg{data.table} object of \acronym{CRU} \acronym{CL} v. 2.0
#' climatology elements.
#'
#' @author Adam H. Sparks, \email{adamhsparks@@gmail.com}
#' @inherit create_CRU_df source
#' @inherit create_CRU_df references
#' @inherit create_CRU_df return
#'
#' @export

Expand Down
4 changes: 1 addition & 3 deletions R/get_CRU_stack.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,10 @@
#' @seealso
#' [create_CRU_stack], [manage_cache].
#'
#' @return A [base::list] of [terra::rast] objects of CRU CL v. 2.0 climatology
#' elements.
#'
#' @author Adam H. Sparks, \email{adamhsparks@@gmail.com}
#' @inherit create_CRU_df source
#' @inherit create_CRU_df references
#' @inherit create_CRU_stack return
#'
#' @export

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.223KB",
"fileSize": "918.176KB",
"citation": [
{
"@type": "ScholarlyArticle",
Expand Down
4 changes: 2 additions & 2 deletions man/create_CRU_df.Rd

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

4 changes: 2 additions & 2 deletions man/get_CRU_df.Rd

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

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 eec6c74

Please sign in to comment.