Skip to content

Commit 2c70dc9

Browse files
committed
inherit author tag in Roxygen
1 parent eec6c74 commit 2c70dc9

File tree

5 files changed

+12
-13
lines changed

5 files changed

+12
-13
lines changed

R/create_CRU_df.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#' @return A [data.table::data.table] object of \acronym{CRU} \acronym{CL} v.
6161
#' 2.0 climatology elements.
6262
#'
63-
#' @author Adam H Sparks, \email{adamhsparks@@gmail.com}
63+
#' @author Adam H. Sparks, \email{adamhsparks@@gmail.com}
6464
#'
6565
#' @source
6666
#' \describe{

R/create_CRU_stack.R

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
#'
1313
#' @inheritSection get_CRU_df Nomenclature and Units
1414
#' @inheritParams create_CRU_df
15+
#' @inherit create_CRU_df author
16+
#' @inherit create_CRU_df source
17+
#' @inherit create_CRU_df references
18+
#' @inherit create_CRU_stack return
1519
#'
1620
#' @examplesIf interactive()
1721
#'
@@ -30,11 +34,6 @@
3034
#' @return A [base::list] of [terra::rast] objects of \acronym{CRU} \acronym{CL}
3135
#' v. 2.0 climatology elements.
3236
#'
33-
#' @author Adam H. Sparks, \email{adamhsparks@@gmail.com}
34-
#'
35-
#' @inherit create_CRU_df source
36-
#' @inherit create_CRU_df references
37-
#'
3837
#' @export
3938

4039
create_CRU_stack <- function(pre = FALSE,

R/get_CRU_df.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
#' @seealso
6969
#' [create_CRU_stack], [manage_cache].
7070
#'
71-
#' @author Adam H. Sparks, \email{adamhsparks@@gmail.com}
71+
#' @inherit create_CRU_df author
7272
#' @inherit create_CRU_df source
7373
#' @inherit create_CRU_df references
7474
#' @inherit create_CRU_df return

R/get_CRU_stack.R

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
#'
1111
#' @inheritSection get_CRU_df Nomenclature and Units
1212
#' @inheritParams get_CRU_df
13+
#' @inherit create_CRU_df author
14+
#' @inherit create_CRU_df source
15+
#' @inherit create_CRU_df references
16+
#' @inherit create_CRU_stack return
17+
#'
1318
#' @examplesIf interactive()
1419
#'
1520
#' # Download data and create a list of {terra} `rast` objects of precipitation
@@ -21,11 +26,6 @@
2126
#' @seealso
2227
#' [create_CRU_stack], [manage_cache].
2328
#'
24-
#' @author Adam H. Sparks, \email{adamhsparks@@gmail.com}
25-
#' @inherit create_CRU_df source
26-
#' @inherit create_CRU_df references
27-
#' @inherit create_CRU_stack return
28-
#'
2929
#' @export
3030

3131
get_CRU_stack <-

man/create_CRU_df.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)