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
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
@@ -605,6 +605,8 @@
605
605
606
606
16.Theoptions`datatable.print.class`and`datatable.print.keys`arenow`TRUE`bydefault.Theyhavebeenavailablesince v1.9.8 (Nov2016) and v1.11.0 (May2018) respectively.
607
607
608
+
17.`update.dev.pkg()`hasbeenrenamed`update_dev_pkg()`togetoutofthewayofthe`stats::update`genericfunction, [#5421](https://github.com/Rdatatable/data.table/pull/5421). This is a utility function which upgrades the version of `data.table` to the latest commit in development which has also passed all tests. As such we don't expect any backwards compatibility concerns.
# see if Revision is different then currently installed Revision, note that installed package will have Revision info only when it was installed from remote devel repo
Copy file name to clipboardExpand all lines: R/onAttach.R
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
if (gettext("TRANSLATION CHECK") !="TRANSLATION CHECK")
28
28
packageStartupMessagef("**********\nRunning data.table in English; package support is available in English only. When searching for online help, be sure to also check for the English error message. This can be obtained by looking at the po/R-<locale>.po and po/<locale>.po files in the package source, where the native language and English error messages can be found side-by-side\n**********")
29
29
if (dev&& (Sys.Date() - as.Date(d))>28L)
30
-
packageStartupMessagef("**********\nThis development version of data.table was built more than 4 weeks ago. Please update: data.table::update.dev.pkg()\n**********")
30
+
packageStartupMessagef("**********\nThis development version of data.table was built more than 4 weeks ago. Please update: data.table::update_dev_pkg()\n**********")
31
31
if (!.Call(ChasOpenMP)) {
32
32
packageStartupMessagef("**********\nThis installation of data.table has not detected OpenMP support. It should still work but in single-threaded mode.\n", appendLF=FALSE)
Copy file name to clipboardExpand all lines: po/R-data.table.pot
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1567,7 +1567,7 @@ msgstr ""
1567
1567
msgid"**********\nRunning data.table in English; package support is available in English only. When searching for online help, be sure to also check for the English error message. This can be obtained by looking at the po/R-<locale>.po and po/<locale>.po files in the package source, where the native language and English error messages can be found side-by-side\n**********"
1568
1568
msgstr""
1569
1569
1570
-
msgid"**********\nThis development version of data.table was built more than 4 weeks ago. Please update: data.table::update.dev.pkg()\n**********"
1570
+
msgid"**********\nThis development version of data.table was built more than 4 weeks ago. Please update: data.table::update_dev_pkg()\n**********"
0 commit comments