Skip to content

Commit

Permalink
Release 0.3.0 (#513)
Browse files Browse the repository at this point in the history
* Increment version number to 0.3.0

* cran submission

* rm unneeded file

* update .Rbuildignore

* Increment version number to 0.3.0.9000
  • Loading branch information
jacobvjk authored Dec 5, 2024
1 parent 169d2a3 commit 72e74d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,4 @@
^revdep$
^CRAN-RELEASE$
^pkgdown$
^CRAN-SUBMISSION$
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: r2dii.match
Title: Tools to Match Corporate Lending Portfolios with Climate Data
Version: 0.2.1.9001
Version: 0.3.0.9000
Authors@R:
c(person(given = "Alex",
family = "Axthelm",
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# r2dii.match (development version)

# r2dii.match 0.3.0

## Breaking changes

* `match_name()` gains a new argument in its signature, `sector_classification`, which is placed before the `...` argument. Where users have used `...` to pass additional unnamed arguments by position, they will need to update their code to pass these arguments by name so that they are not confused as an input to `sector_classfication`. The new argument `sector_classification` is optional and defaults to `r2dii.data::sector_classifications`. Explicitly passing a `sector_classification` to `match_name()`, enables users to use their own sector classification systems to match loan books to the abcd, assuming the `sector_classification` is mapped appropriately to PACTA sectors and has the same format as `r2dii.data::sector_classifications`. Own sector classifications can no longer be passed to `match_name()` via options.
Expand Down

0 comments on commit 72e74d8

Please sign in to comment.