Skip to content

Commit

Permalink
update news
Browse files Browse the repository at this point in the history
  • Loading branch information
randrescastaneda committed May 17, 2024
1 parent c1a3873 commit d401078
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,14 @@

* Add `unmask_joyn()` function to unmask `joyn` functions that mask `dplyr` equivalents.

* Add information about duplicated obs in `by` variable when match type is `1` rathern than `m`.
* Add information about duplicated obs in `by` variable when match type is `1` rather than `m`.

## breaking changes

* Now, by default, `joyn` will not sort the data. This is to avoid unnecessary
computational time that most of the time is not needed.
If the user wants to sort the data, they can use the `sort` argument, which triggers
the sorting mechanism of `collapse` package.

# joyn 0.2.0

Expand Down

0 comments on commit d401078

Please sign in to comment.