Skip to content

Commit

Permalink
Merge branch 'devl' of https://github.com/bcgov/climr into devl
Browse files Browse the repository at this point in the history
  • Loading branch information
cmahony committed May 22, 2024
2 parents 9c6aab9 + ed49b2e commit 449f888
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ importFrom(graphics,par)
importFrom(graphics,points)
importFrom(graphics,text)
importFrom(graphics,title)
importFrom(magrittr,"%>%")
importFrom(methods,is)
importFrom(pool,dbPool)
importFrom(pool,poolClose)
Expand Down
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `climr` 0.1.0
## Implementation of naming conventions
* We overhauled the naming of functions, parameters, and options to make them more intuitive and internally consistent. You will need to revise the climr code in your workflows to accommodate these changes. A table of correspondence specifying the changes is located at ./data-raw/namingChanges.csv and is viewable by calling ?climr.
* We overhauled the naming of functions, parameters, and options to make them more intuitive and internally consistent. You will need to revise the climr code in your workflows to accommodate these changes. A table of correspondence specifying the changes is located at ./data-raw/namingChanges.csv and is viewable by calling `data(name_changes)`.
* We changed the climate variable naming convention so that the climate element and the time of year are always separated by an underscore. e.g., Tmin01 becomes Tmin_01; DD_0_01 becomes DDsub0_01. The variables table called by `data(variables)` now has a field "Code_ClimateNA" with the variable codes used by ClimateBC/NA to allow users to crosswalk the two conventions.

## User Actions Required
Expand Down
1 change: 1 addition & 0 deletions R/plot_bivariate.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
#' @return NULL. Draws a plot in the active graphics device.
#'
#' @importFrom graphics axis legend lines par points text title
#' @importFrom magrittr "%>%"
#'
#' @examples
#' # data frame of arbitrary points on Vancouver Island
Expand Down

0 comments on commit 449f888

Please sign in to comment.