vroom: Read and Write Rectangular Text Data Quickly

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.

Version: 1.0.2
Depends: R (≥ 3.1)
Imports: crayon, glue, hms, Rcpp (≥ 0.12.18.3), rlang, tibble (≥ 2.0.0), tidyselect, withr
LinkingTo: progress (≥ 1.2.1), Rcpp
Suggests: bench (≥ 1.0.2), covr, curl, dplyr, forcats, fs, ggplot2, knitr, prettyunits, purrr, readr (≥ 1.3.1), rmarkdown, rstudioapi, scales, spelling, testthat, tidyr
Published: 2019-06-28
Author: Jim Hester ORCID iD [aut, cre], Hadley Wickham ORCID iD [aut], https://github.com/mandreyel/ [cph] (mio library), R Core Team [ctb] (localtime.c code adapted from R), Jukka Jylänki [cph] (grisu3 implementation), Mikkel Jørgensen [cph] (grisu3 implementation), RStudio [cph, fnd]
Maintainer: Jim Hester <james.f.hester at gmail.com>
BugReports: https://github.com/r-lib/vroom/issues
License: GPL-3
Copyright: file COPYRIGHTS
vroom copyright details
URL: https://github.com/r-lib/vroom
NeedsCompilation: yes
SystemRequirements: C++11
Language: en-US
Materials: README NEWS
CRAN checks: vroom results

Downloads:

Reference manual: vroom.pdf
Vignettes: Vroom Benchmarks
Get started with vroom
Package source: vroom_1.0.2.tar.gz
Windows binaries: r-devel: vroom_1.0.2.zip, r-release: vroom_1.0.2.zip, r-oldrel: vroom_1.0.2.zip
OS X binaries: r-release: vroom_1.0.2.tgz, r-oldrel: vroom_1.0.2.tgz
Old sources: vroom archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=vroom to link to this page.