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.2.1 |
Depends: | R (≥ 3.1) |
Imports: | bit64, crayon, glue, hms, lifecycle, Rcpp (≥ 0.12.18.3), rlang (≥ 0.4.2), stats, tibble (≥ 2.0.0), tidyselect, withr |
LinkingTo: | progress (≥ 1.2.1), Rcpp |
Suggests: | bench (≥ 1.1.0), covr, curl, dplyr, forcats, fs, ggplot2, knitr, patchwork, prettyunits, purrr, readr (≥ 1.3.1), rmarkdown, rstudioapi, scales, spelling, testthat (≥ 2.1.0), tidyr, xml2 |
Published: | 2020-05-12 |
Author: | Jim Hester |
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://vroom.r-lib.org, https://github.com/r-lib/vroom |
NeedsCompilation: | yes |
SystemRequirements: | C++11 |
Language: | en-US |
Materials: | README NEWS |
CRAN checks: | vroom results |
Reference manual: | vroom.pdf |
Vignettes: |
Vroom Benchmarks Get started with vroom |
Package source: | vroom_1.2.1.tar.gz |
Windows binaries: | r-devel: vroom_1.2.1.zip, r-release: vroom_1.2.1.zip, r-oldrel: vroom_1.2.1.zip |
macOS binaries: | r-release: vroom_1.2.1.tgz, r-oldrel: vroom_1.2.1.tgz |
Old sources: | vroom archive |
Reverse imports: | anyflights, arcos, asciiSetupReader, ezpickr, spatialrisk, unisensR |
Reverse suggests: | fec16, noctua, RAthena, treeio |
Please use the canonical form https://CRAN.R-project.org/package=vroom to link to this page.