We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd4b239 commit 558fccaCopy full SHA for 558fcca
DESCRIPTION
@@ -1,5 +1,5 @@
1
Package: data.table
2
-Version: 1.14.1
+Version: 1.14.3
3
Title: Extension of `data.frame`
4
Authors@R: c(
5
person("Matt","Dowle", role=c("aut","cre"), email="[email protected]"),
src/init.c
@@ -425,6 +425,6 @@ SEXP initLastUpdated(SEXP var) {
425
426
SEXP dllVersion() {
427
// .onLoad calls this and checks the same as packageVersion() to ensure no R/C version mismatch, #3056
428
- return(ScalarString(mkChar("1.14.1")));
+ return(ScalarString(mkChar("1.14.3")));
429
}
430
0 commit comments