pkgsrc-WIP-changes archive

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

(textproc/R-vroom) import package R-vroom-1.5.4



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (mef) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Thu Sep 9 23:03:45 2021 +0900
Changeset:	9a0b99fabc63aae6a9d1a80c30889c2cefb8d7ad

Added Files:
	R-vroom/DESCR
	R-vroom/Makefile
	R-vroom/distinfo

Log Message:
(textproc/R-vroom) import package R-vroom-1.5.4

The goal of 'vroom' is to read and write data (like 'csv', 'tsv' and
'fwf') quickly. When reading it uses a quick initial indexing step,
then reads the values lazily , so only the data you actually use needs
to be read.  The writer formats the data in parallel and writes to
disk asynchronously from formatting.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9a0b99fabc63aae6a9d1a80c30889c2cefb8d7ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 R-vroom/DESCR    |  5 +++++
 R-vroom/Makefile | 35 +++++++++++++++++++++++++++++++++++
 R-vroom/distinfo |  6 ++++++
 3 files changed, 46 insertions(+)

diffs:
diff --git a/R-vroom/DESCR b/R-vroom/DESCR
new file mode 100644
index 0000000000..e8c5c0e21a
--- /dev/null
+++ b/R-vroom/DESCR
@@ -0,0 +1,5 @@
+The goal of 'vroom' is to read and write data (like 'csv', 'tsv' and
+'fwf') quickly. When reading it uses a quick initial indexing step,
+then reads the values lazily , so only the data you actually use needs
+to be read.  The writer formats the data in parallel and writes to
+disk asynchronously from formatting.
diff --git a/R-vroom/Makefile b/R-vroom/Makefile
new file mode 100644
index 0000000000..4f788dad22
--- /dev/null
+++ b/R-vroom/Makefile
@@ -0,0 +1,35 @@
+# $NetBSD$
+
+R_PKGNAME=	vroom
+R_PKGVER=	1.5.4
+CATEGORIES=	textproc
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+COMMENT=	Read and Write Rectangular Text Data Quickly
+LICENSE=	mit	# + file LICENSE
+
+DEPENDS+=	R-bit64>=4.0.5:../../devel/R-bit64
+DEPENDS+=	R-cli>=2.5.0:../../devel/R-cli
+DEPENDS+=	R-crayon>=1.3.4:../../devel/R-crayon
+DEPENDS+=	R-glue>=1.4.2:../../devel/R-glue
+DEPENDS+=	R-lifecycle>=1.0.0:../../devel/R-lifecycle
+DEPENDS+=	R-rlang>=0.4.2:../../devel/R-rlang
+DEPENDS+=	R-tidyselect>=1.1.1:../../devel/R-tidyselect
+DEPENDS+=	R-withr>=2.4.2:../../devel/R-withr
+DEPENDS+=	R-tibble>=2.0.0:../../math/R-tibble
+DEPENDS+=	R-vctrs>=0.2.0:../../math/R-vctrs
+DEPENDS+=	R-hms>=1.1.0:../../time/R-hms
+DEPENDS+=	R-progress-[0-9]*:../../sysutils/R-progress
+DEPENDS+=	R-tzdb-[0-9]*:../../time/R-tzdb
+
+USE_LANGUAGES=	c c++11
+
+REPLACE_BASH+=	inst/bench/download-data.sh inst/bench/script.sh
+REPLACE_R+=	inst/bench/session_info.R inst/bench/run-bench.R inst/bench/run-bench-fwf.R
+
+.include "../../lang/R-cpp11/buildlink3.mk"
+.include "../../time/R-tzdb/buildlink3.mk"
+.include "../../sysutils/R-progress/buildlink3.mk"
+
+.include "../../math/R/Makefile.extension"
+.include "../../mk/bsd.pkg.mk"
diff --git a/R-vroom/distinfo b/R-vroom/distinfo
new file mode 100644
index 0000000000..7c38e4a689
--- /dev/null
+++ b/R-vroom/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (R/vroom_1.5.4.tar.gz) = b44dcfaea6b1d0764a6f5ceeb144c28e99478023
+RMD160 (R/vroom_1.5.4.tar.gz) = 27e5e996bb66a13980c8a82f2b2c417faaa0c538
+SHA512 (R/vroom_1.5.4.tar.gz) = 10457ef894fd51be4e5e041dc8abbf6003b6f28e389d7bbf936c753d057e8ce1130d61714649671e1674f15d07dda144e28f14b2dc0111c481e720bd3296edc8
+Size (R/vroom_1.5.4.tar.gz) = 721979 bytes


Home | Main Index | Thread Index | Old Index