From d4010789f50eee2cf8dadd7174ac8d4770f1c01d Mon Sep 17 00:00:00 2001 From: "R.Andres Castaneda Aguilar" Date: Fri, 17 May 2024 17:16:35 -0400 Subject: [PATCH] update news --- NEWS.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index ece3d7eb..c52907a9 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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