Skip to content

Commit

Permalink
news item: move subject (cube) to be first word
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdowle authored Apr 15, 2021
1 parent 4e88b47 commit 1e9c8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

3. In v1.12.4, fractional `fread(..., stringsAsFactors=)` was added. For example if `stringsAsFactors=0.2`, any character column with fewer than 20% unique strings would be cast as `factor`. This is now documented in `?fread` as well, [#4706](https://github.com/Rdatatable/data.table/issues/4706). Thanks to @markderry for the PR.

4. `cube(DT)` now catches a missing `j` argument earlier to give friendlier output.
4. `cube(DT, by="a")` now gives a more helpful error that `j` is missing, [#4282](https://github.com/Rdatatable/data.table/pull/4282).


# data.table [v1.14.0](https://github.com/Rdatatable/data.table/milestone/23?closed=1) (21 Feb 2021)
Expand Down

0 comments on commit 1e9c8ec

Please sign in to comment.