Skip to content

Commit b04b8e7

Browse files
author
Adam H. Sparks
committed
Fix more cross-links in docs
1 parent bbc7daa commit b04b8e7

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

R/create_CRU_stack.R

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#' Create a List of terra rast Objects From Local Disk Files
22
#'
33
#' Automates importing \acronym{CRU} \acronym{CL} v.2.0 climatology
4-
#' data and creates a [terra()] [terra::rast()] of the
4+
#' data and creates a \CRANpkg{terra} [terra::rast] object of the
55
#' data. If requested, minimum and maximum temperature may also be
66
#' automatically calculated as described in the data readme.txt file. This
77
#' function can be useful if you have network connection issues that mean
@@ -24,9 +24,8 @@
2424
#' @seealso
2525
#' [get_CRU_stack()]
2626
#'
27-
#' @return A [base::list()] of [terra()]
28-
#' [terra::rast()] objects of \acronym{CRU} \acronym{CL} v. 2.0
29-
#' climatology elements
27+
#' @return A [base::list] of [terra::rast] objects of \acronym{CRU} \acronym{CL}
28+
#' v. 2.0 climatology elements
3029
#'
3130
#' @author Adam H. Sparks, \email{adamhsparks@@gmail.com}
3231
#'

R/get_CRU_stack.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
#' [create_CRU_stack()]
2323
#' [manage_cache()]
2424
#'
25-
#' @return A [base::list()] of \CRANpkg{terra} [terra::rast] objects of CRU CL
26-
#' v. 2.0 climatology elements
25+
#' @return A [base::list()] of [terra::rast] objects of CRU CL v. 2.0
26+
#' climatology elements
2727
#'
2828
#' @author Adam H. Sparks, \email{adamhsparks@@gmail.com}
2929
#'

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
"applicationCategory": "Tools",
244244
"isPartOf": "https://ropensci.org",
245245
"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"],
246-
"fileSize": "800.034KB",
246+
"fileSize": "799.933KB",
247247
"citation": [
248248
{
249249
"@type": "ScholarlyArticle",

man/create_CRU_stack.Rd

Lines changed: 3 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/get_CRU_stack.Rd

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)