You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add sort_by.data.table
* style
* add R >= 4.4.0 guard for sort_by method
* Tidy up NEWS
* additional tests, test id -> 2301.
* man entry on setorder.Rd
* style
* style
* only run tests if sort_by exists
* clarify sort_by R>=4.4.0
---------
Co-authored-by: Michael Chirico <chiricom@google.com>
Co-authored-by: Michael Chirico <michaelchirico4@gmail.com>
Copy file name to clipboardExpand all lines: NEWS.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
3
3
# data.table [v1.17.99](https://github.com/Rdatatable/data.table/milestone/35) (in development)
4
4
5
+
## NEW FEATURES
5
6
7
+
1. New `sort_by()` method for data.tables, [#6662](https://github.com/Rdatatable/data.table/issues/6662). It uses `forder()` to improve upon the data.frame method and also match `DT[order(...)]` behavior with respect to locale. Thanks @rikivillalba for the suggestion and PR.
6
8
7
9
# data.table [v1.17.0](https://github.com/Rdatatable/data.table/milestone/34) (20 Feb 2025)
0 commit comments