Recent Releases of r2dii.match
r2dii.match - r2dii.match 0.4.1
minor documentation edits (#532 and #534)
adds {cli} as an import for better messaging (#534)
- R
Published by jdhoffa about 1 year ago
r2dii.match - r2dii.match 0.4.0
data_dictionarydataset added to define the columns in each dataset used or exported by the functions in this package@jacobvjk is now the maintainer.
- R
Published by jacobvjk over 1 year ago
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_classificationis optional and defaults tor2dii.data::sector_classifications. Explicitly passing asector_classificationtomatch_name(), enables users to use their own sector classification systems to match loan books to the abcd, assuming thesector_classificationis 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.
- R
Published by jacobvjk over 1 year ago
r2dii.match - r2dii.match 0.2.1
- r2dii.match is now stable.
- R
Published by jacobvjk about 2 years ago
r2dii.match - r2dii.match 0.2.0
Complete deprecation of
aldin favour ofabcd(#399).match_namegains argumentjoin_idallowing an optional perfect join based on a mutual ID column betweenloanbookandabcdinputs, prior to attempting fuzzy matching (#135).
- R
Published by jdhoffa over 2 years ago
r2dii.match - r2dii.match 0.1.4
to_aliascan now handle strange encodings without error (#425, @kalashsinghal @Tilmon).
- R
Published by jdhoffa over 2 years ago
r2dii.match - r2dii.match 0.1.0
- New argument
abcdofmatch_name()supersedes the argumentald(#399).
- R
Published by jdhoffa about 4 years ago
r2dii.match - r2dii.match 0.0.11
- Maintenance release.
- R
Published by maurolepore almost 5 years ago
r2dii.match - r2dii.match 0.0.10
- Maintenance release.
- R
Published by maurolepore about 5 years ago
r2dii.match - r2dii.match 0.0.9
With
options(r2dii.match.sector_classifications = own)users can inject theirownsector_classifificationsinstead of the defaultr2dii.data::sector_classifications. With this feature, user may or may not choose to request theirsector_classificationsto 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_loanof the input loanbook has any duplicated valueid_loan(@georgeharris2deg #349).
- R
Published by maurolepore over 5 years ago
r2dii.match - r2dii.match 0.0.6
prioritize()with 0-row input now returns the input untouched (#284).- Fix
match_name(): Remove dependency onnest_by()from dplyr 1.0.0 (#303).
- R
Published by maurolepore almost 6 years ago
r2dii.match - r2dii.match 0.0.5
- Change license to MIT.
- Increment lifecycle badge to "Maturing".
- The website's home page now thanks funders.
- New article on using
match_name()with large loanbooks. - The News tab of the website now shows all releases to date.
- R
Published by maurolepore almost 6 years ago
r2dii.match - r2dii.match 0.0.4
- New article "Calculating matching coverage" (#264).
match_name()now outputs a new columnborderline(#258).- New
crucial_lbk()helps select the minimum loanbook columns formatch_name()to run (#236). match_name()now runs faster and uses less memory (@georgeharris2deg #214).match_name()now convertsald$sectorto lower case before matching (@georgeharris2deg #257). It now returns identical output with, for example, either "POWER" or "power". Notice that the input "POWER" inald$sectorbecomes "power" in the columnsector_aldof the output.match_name()now errors with a more informative message ifloanbookhas reserved columns --alias,rowid, orsector(#233).
- R
Published by maurolepore almost 6 years ago
r2dii.match - r2dii.match 0.0.3
- Enforce dplyr >= 0.8.5 (#216).
- No longer import vctrs; it is unused.
- R
Published by maurolepore about 6 years ago
r2dii.match - r2dii.match 0.0.2
This version includes only internal changes. Here is a summary:
- No longer use Travis CI; instead we now use GitHub Actions.
- The website now uses the latest logo (#189).
- Polish documentation.
- Avoid error (https://bit.ly/avoid-cant-combine-spec-tbl-df):
r
Error: Can't combine `..1` <spec_tbl_df<>> and `..2` <tbl_df<>>.
- R
Published by maurolepore about 6 years ago