Skip to content

Commit

Permalink
Grammar in Roxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhsparks committed Dec 15, 2024
1 parent b04b8e7 commit b037497
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions R/create_CRU_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
#' @param reh Boolean. Load relative humidity and return it in the data frame?
#' Defaults to `FALSE`.
#' @param sunp Boolean. Load sunshine, percent of maximum possible (percent of
#' day length) and return it in data frame? Defaults to `FALSE`.
#' day length) and return it in the data frame? Defaults to `FALSE`.
#' @param frs Boolean. Load ground-frost records (number of days with ground-
#' frost per month) and return it in data frame? Defaults to `FALSE`.
#' frost per month) and return it in the data frame? Defaults to `FALSE`.
#' @param wnd Boolean. Load 10m wind speed (metres/second) and return it in the
#' data frame? Defaults to `FALSE`.
#' @param elv Boolean. Load elevation (converted to metres) and return it in
Expand Down
4 changes: 2 additions & 2 deletions R/get_CRU_df.R
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
#' @param reh Boolean. Fetch relative humidity and return it in the data frame?
#' Defaults to FALSE.
#' @param sunp Boolean. Fetch sunshine, percent of maximum possible (percent of
#' day length) and return it in data frame? Defaults to `FALSE`.
#' day length) and return it in the data frame? Defaults to `FALSE`.
#' @param frs Boolean. Fetch ground-frost records (number of days with ground-
#' frost per month) and return it in data frame? Defaults to `FALSE`.
#' frost per month) and return it in the data frame? Defaults to `FALSE`.
#' @param wnd Boolean. Fetch 10m wind speed (metres/second) and return it in the
#' data frame? Defaults to `FALSE`.
#' @param elv Boolean. Fetch elevation (converted to metres) and return it in
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
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": "799.933KB",
"fileSize": "799.981KB",
"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/create_CRU_stack.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 b037497

Please sign in to comment.