-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove redundant historical/future year/period specification
close #12
- Loading branch information
Showing
8 changed files
with
76 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ Title: Utilities For Working With North American Climate Data | |
Description: Utilities for working with North American climate data from | ||
'ClimateNA' <https://climatena.ca/>. | ||
URL: https://github.com/PredictiveEcology/climateData | ||
Date: 2024-05-22 | ||
Version: 2.2.1 | ||
Date: 2024-07-04 | ||
Version: 2.2.2 | ||
Authors@R: c( | ||
person("Alex M", "Chubaty", email = "[email protected]", | ||
role = c("aut", "cre"), comment = c(ORCID = "0000-0001-7146-8135")), | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
#' @param climateVarsList Named list of lists, specifying the climate variables to extract and/or | ||
#' calculate. | ||
#' The name of each outer list element must be prefixed by either `future_` or `historical_`, | ||
#' and each inner list should consist of the following named elements: | ||
#' | ||
#' - `vars`: the raw variables used to derive the target variable; | ||
#' - `fun`: a quoted function used to derive the target variable, | ||
#' where `quote(calcAsIs)` denotes target variables that ARE the raw variable: | ||
#' - `.dots`: additional arguments passed to `fun`. | ||
#' | ||
#' See examples. |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters