diff options
author | brook <brook@pkgsrc.org> | 2019-07-31 13:43:55 +0000 |
---|---|---|
committer | brook <brook@pkgsrc.org> | 2019-07-31 13:43:55 +0000 |
commit | 50a618d59809367122d0884241cdb4692a2b06bd (patch) | |
tree | 8186bf209ea4c155890d0ac5c4478ed8aa6f2f3c /doc | |
parent | 4526fabf5d2eafa2735ea9871c8ef1789ef12455 (diff) | |
download | pkgsrc-50a618d59809367122d0884241cdb4692a2b06bd.tar.gz |
R-data.table: initial commit.
Fast aggregation of large data (e.g. 100GB in RAM), fast ordered
joins, fast add/modify/delete of columns by group using no copies at
all, list columns, friendly and fast character-separated-value
read/write. Offers a natural and flexible syntax, for faster
development.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES-2019 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES-2019 b/doc/CHANGES-2019 index fe97240ed17..16df5354507 100644 --- a/doc/CHANGES-2019 +++ b/doc/CHANGES-2019 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2019,v 1.3119 2019/07/31 13:42:34 brook Exp $ +$NetBSD: CHANGES-2019,v 1.3120 2019/07/31 13:43:55 brook Exp $ Changes to the packages collection and infrastructure in 2019: @@ -5076,3 +5076,4 @@ Changes to the packages collection and infrastructure in 2019: Added misc/R-Hmisc version 4.2.0 [brook 2019-07-31] Added sysutils/R-progress version 1.2.2 [brook 2019-07-31] Added textproc/R-cellranger version 1.1.0 [brook 2019-07-31] + Added textproc/R-data.table version 1.12.2 [brook 2019-07-31] |