Skip to content

Commit

Permalink
Prep release 0.3.0 (#511)
Browse files Browse the repository at this point in the history
* polish NEWS file

* bump minor release version

* reset v numbers

* update cran-comments.md

* fix NEWS.md
  • Loading branch information
jacobvjk authored Dec 3, 2024
1 parent d3ac136 commit 169d2a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
6 changes: 2 additions & 4 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
# r2dii.match (development version)

## Lifecycle changes
## Breaking changes

### 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`. There is no more need to pass own sector classifications to `match_name()` via options.
* `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.

# r2dii.match 0.2.1

Expand Down
13 changes: 12 additions & 1 deletion cran-comments.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## R CMD check results

0 errors | 0 warnings | 0 notes
❯ checking for future file timestamps ... NOTE
unable to verify current time

0 errors ✔ | 0 warnings ✔ | 1 note ✖

## revdepcheck results

── CHECK ────────────────────────────────────────────── 2 packages ──
✔ r2dii.plot 0.4.0 ── E: 0 | W: 0 | N: 0
✔ r2dii.analysis 0.4.0 ── E: 0 | W: 0 | N: 0
OK: 2
BROKEN: 0

0 comments on commit 169d2a3

Please sign in to comment.