randrescastaneda / joyn

joyn provides a set of tools to analyze the quality of merging (i.e., joining) data frames. It is a JOY to join with joyn
https://randrescastaneda.github.io/joyn/
Other
9 stars 4 forks source link

Fix_and_consistency #31

Closed randrescastaneda closed 9 months ago

randrescastaneda commented 10 months ago

This version makes sure that all the dplyr tests pass using data.frame instead of data.table.

In addition, several updates have been made to update_values and update_NAs. Now, they only depend on base R and collapse.

Note: we sill need to find a way to Replace values for rows matching a condition using {collapse} package

randrescastaneda commented 9 months ago

This PR has been moved to #32