Skip to content

Commit 0b387b3

Browse files
committed
CRAN submission 1.17.4
1 parent a750a79 commit 0b387b3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: data.table
2-
Version: 1.17.3
2+
Version: 1.17.4
33
Title: Extension of `data.frame`
44
Depends: R (>= 3.3.0)
55
Imports: methods

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
**If you are viewing this file on CRAN, please check [latest news on GitHub](https://github.com/Rdatatable/data.table/blob/master/NEWS.md) where the formatting is also better.**
22

3-
# data.table [v1.17.3](https://github.com/Rdatatable/data.table/milestone/39)
3+
# data.table [v1.17.4](https://github.com/Rdatatable/data.table/milestone/39) (25 May 2025)
44

55
1. The C code now avoids passing invalid data pointers from 0-length vectors to `memcpy()`, which previously caused undefined behaviour. Thanks to Prof. Brian D. Ripley for the report and Michael Chirico for the fix, [#6911](https://github.com/Rdatatable/data.table/pull/6911).
66

src/init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,5 +426,5 @@ SEXP initLastUpdated(SEXP var)
426426
SEXP dllVersion(void)
427427
{
428428
// .onLoad calls this and checks the same as packageVersion() to ensure no R/C version mismatch, #3056
429-
return (ScalarString(mkChar("1.17.3")));
429+
return (ScalarString(mkChar("1.17.4")));
430430
}

0 commit comments

Comments
 (0)