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

Rm copy #60

Closed zander-prinsloo closed 5 months ago

zander-prinsloo commented 6 months ago

This commit removes all copy()s to increase efficiency.

The version has been upgraded to [0.2.0.9002] and it has been merged already with DEV branch to resolve conflicts.

Note that the vignettes checks fail. This is due to failing vignettes in DEV, not in rm_copy branch. When running devtools::check(vignettes = FALSE) the checks are passed (see below). The note is also due to changes in DEV branch (specifically, the unmasking function).

image