Releases: RMI-PACTA/r2dii.match
Releases · RMI-PACTA/r2dii.match
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 tosector_classfication
. The new argumentsector_classification
is optional and defaults tor2dii.data::sector_classifications
. Explicitly passing asector_classification
tomatch_name()
, enables users to use their own sector classification systems to match loan books to the abcd, assuming thesector_classification
is mapped appropriately to PACTA sectors and has the same format asr2dii.data::sector_classifications
. Own sector classifications can no longer be passed tomatch_name()
via options.
r2dii.match 0.2.1
- r2dii.match is now stable.
r2dii.match 0.2.0
r2dii.match 0.1.4
to_alias
can now handle strange encodings without error (#425, @kalashsinghal @Tilmon).
r2dii.match 0.1.3
v0.1.3 Increment version number to 0.1.3
r2dii.match 0.1.1
- Maintenance release.
r2dii.match 0.1.0
- New argument
abcd
ofmatch_name()
supersedes the argumentald
(#399).
r2dii.match 0.0.11
- Maintenance release.
r2dii.match 0.0.10
- Maintenance release.
r2dii.match 0.0.9
-
With
options(r2dii.match.sector_classifications = own)
users can inject
theirown
sector_classififications
instead of the default
r2dii.data::sector_classifications
. With this feature, user may or may not
choose to request theirsector_classifications
to be added to r2dii.data.
This feature is experimental and may be dropped and/or become a new argument
tomatch_name()
(#356 @georgeharris2deg @daisy-pacheco)`. -
match_name()
now errors if the columnid_loan
of the input loanbook has
any duplicated valueid_loan
(@georgeharris2deg #349).