pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc R-data.table: initial commit.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/39fa710f0927
branches:  trunk
changeset: 337058:39fa710f0927
user:      brook <brook%pkgsrc.org@localhost>
date:      Wed Jul 31 13:43:55 2019 +0000

description:
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:

 doc/CHANGES-2019               |   3 ++-
 textproc/Makefile              |   3 ++-
 textproc/R-data.table/DESCR    |   5 +++++
 textproc/R-data.table/Makefile |  16 ++++++++++++++++
 textproc/R-data.table/distinfo |   6 ++++++
 5 files changed, 31 insertions(+), 2 deletions(-)

diffs (70 lines):

diff -r ed3206d87da5 -r 39fa710f0927 doc/CHANGES-2019
--- a/doc/CHANGES-2019  Wed Jul 31 13:42:34 2019 +0000
+++ b/doc/CHANGES-2019  Wed Jul 31 13:43:55 2019 +0000
@@ -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 @@
        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]
diff -r ed3206d87da5 -r 39fa710f0927 textproc/Makefile
--- a/textproc/Makefile Wed Jul 31 13:42:34 2019 +0000
+++ b/textproc/Makefile Wed Jul 31 13:43:55 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1034 2019/07/31 13:42:34 brook Exp $
+# $NetBSD: Makefile,v 1.1035 2019/07/31 13:43:55 brook Exp $
 #
 
 COMMENT=       Text processing utilities (does not include desktop publishing)
@@ -12,6 +12,7 @@
 SUBDIR+=       Markdown
 SUBDIR+=       OdfConverter
 SUBDIR+=       R-cellranger
+SUBDIR+=       R-data.table
 SUBDIR+=       R-formatR
 SUBDIR+=       R-gsubfn
 SUBDIR+=       R-highr
diff -r ed3206d87da5 -r 39fa710f0927 textproc/R-data.table/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-data.table/DESCR       Wed Jul 31 13:43:55 2019 +0000
@@ -0,0 +1,5 @@
+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.
diff -r ed3206d87da5 -r 39fa710f0927 textproc/R-data.table/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-data.table/Makefile    Wed Jul 31 13:43:55 2019 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2019/07/31 13:43:56 brook Exp $
+
+CATEGORIES=    textproc R
+
+MAINTAINER=    bacon%NetBSD.org@localhost
+HOMEPAGE=      ${R_HOMEPAGE_BASE}/data.table/
+COMMENT=       Extension of 'data.frame'
+LICENSE=       mpl-2.0
+
+R_PKGNAME=     data.table
+R_PKGVER=      1.12.2
+
+USE_LANGUAGES= c
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff -r ed3206d87da5 -r 39fa710f0927 textproc/R-data.table/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/R-data.table/distinfo    Wed Jul 31 13:43:55 2019 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2019/07/31 13:43:56 brook Exp $
+
+SHA1 (R/data.table_1.12.2.tar.gz) = 3583fc54515c8419925098061c7a2add9ecccd4c
+RMD160 (R/data.table_1.12.2.tar.gz) = 5f75feea4718479f1d87eb9cededcf292783e000
+SHA512 (R/data.table_1.12.2.tar.gz) = addfddd432cdda8c37959ed08b30ad0d030938d1ea531e299f8398c895d1da00ba409dcc88ae0677c71e060dcd665e484f9562c791b406e02bc8f68bb2de9e2c
+Size (R/data.table_1.12.2.tar.gz) = 3343698 bytes



Home | Main Index | Thread Index | Old Index