From 9c5d17442f711c924909c5b554ca766ae1410632 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Tue, 13 Aug 2024 21:55:19 -0700 Subject: [PATCH] reword printing integer64 --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 5a57cd592..4b22762ac 100644 --- a/NEWS.md +++ b/NEWS.md @@ -74,7 +74,7 @@ d. Gains new argument `show.indices` (with corresponding option `datatable.show.indices`) that allows the user to print a `data.table`'s indices as columns without having to modify the `data.table` itself. Thanks @MichaelChirico for the report and @joshhwuu for the PR. - e. Displays `integer64` columns well even if {bit64} had not yet been loaded, [#6224](https://github.com/Rdatatable/data.table/issues/6224). Thanks @renkun-ken for the report and @MichaelChirico for the fix. + e. Displays `integer64` columns correctly by loading {bit64} if needed, [#6224](https://github.com/Rdatatable/data.table/issues/6224). Thanks @renkun-ken for the report and @MichaelChirico for the fix. ## BUG FIXES