Skip to content

Commit

Permalink
inherit author tag in Roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Dec 17, 2024
1 parent eec6c74 commit 2c70dc9
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion R/create_CRU_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#' @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}
#' @author Adam H. Sparks, \email{adamhsparks@@gmail.com}
#'
#' @source
#' \describe{
Expand Down
9 changes: 4 additions & 5 deletions R/create_CRU_stack.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
#'
#' @inheritSection get_CRU_df Nomenclature and Units
#' @inheritParams create_CRU_df
#' @inherit create_CRU_df author
#' @inherit create_CRU_df source
#' @inherit create_CRU_df references
#' @inherit create_CRU_stack return
#'
#' @examplesIf interactive()
#'
Expand All @@ -30,11 +34,6 @@
#' @return A [base::list] of [terra::rast] objects 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
#'
#' @export

create_CRU_stack <- function(pre = FALSE,
Expand Down
2 changes: 1 addition & 1 deletion R/get_CRU_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
#' @seealso
#' [create_CRU_stack], [manage_cache].
#'
#' @author Adam H. Sparks, \email{adamhsparks@@gmail.com}
#' @inherit create_CRU_df author
#' @inherit create_CRU_df source
#' @inherit create_CRU_df references
#' @inherit create_CRU_df return
Expand Down
10 changes: 5 additions & 5 deletions R/get_CRU_stack.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
#'
#' @inheritSection get_CRU_df Nomenclature and Units
#' @inheritParams get_CRU_df
#' @inherit create_CRU_df author
#' @inherit create_CRU_df source
#' @inherit create_CRU_df references
#' @inherit create_CRU_stack return
#'
#' @examplesIf interactive()
#'
#' # Download data and create a list of {terra} `rast` objects of precipitation
Expand All @@ -21,11 +26,6 @@
#' @seealso
#' [create_CRU_stack], [manage_cache].
#'
#' @author Adam H. Sparks, \email{adamhsparks@@gmail.com}
#' @inherit create_CRU_df source
#' @inherit create_CRU_df references
#' @inherit create_CRU_stack return
#'
#' @export

get_CRU_stack <-
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.

0 comments on commit 2c70dc9

Please sign in to comment.