Subject: CVS commit: pkgsrc/textproc/R-vroom
From: Makoto Fujiwara
Date: 2021-09-10 00:12:14
Message id: 20210909221214.8AD87FA97@cvs.NetBSD.org

Log Message:
(textproc/R-vroom) import R-vroom-1.5.4, thanks rillig@ and gdt@ (Greg)

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.

Files:
RevisionActionfile
1.1addpkgsrc/textproc/R-vroom/DESCR
1.1addpkgsrc/textproc/R-vroom/Makefile
1.1addpkgsrc/textproc/R-vroom/distinfo