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.5.7 |
| Depends: | R (≥ 3.1) |
| Imports: | bit64, crayon, cli, glue, hms, lifecycle, methods, rlang (≥ 0.4.2), stats, tibble (≥ 2.0.0), tzdb (≥ 0.1.1), vctrs (≥ 0.2.0), tidyselect, withr |
| LinkingTo: | progress (≥ 1.2.1), cpp11 (≥ 0.2.0), tzdb (≥ 0.1.1) |
| Suggests: | archive, bench (≥ 1.1.0), covr, curl, dplyr, forcats, fs, ggplot2, knitr, patchwork, prettyunits, purrr, rmarkdown, rstudioapi, scales, spelling, testthat (≥ 2.1.0), tidyr, utils, waldo, xml2 |
| Published: | 2021-11-30 |
| Author: | Jim Hester |
| Maintainer: | Jennifer Bryan <jenny at rstudio.com> |
| BugReports: | https://github.com/r-lib/vroom/issues |
| License: | MIT + file LICENSE |
| 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.5.7.tar.gz |
| Windows binaries: | r-devel: vroom_1.5.7.zip, r-release: vroom_1.5.7.zip, r-oldrel: vroom_1.5.7.zip |
| macOS binaries: | r-release (arm64): vroom_1.5.7.tgz, r-oldrel (arm64): vroom_1.5.7.tgz, r-release (x86_64): vroom_1.5.7.tgz, r-oldrel (x86_64): vroom_1.5.7.tgz |
| Old sources: | vroom archive |
| Reverse imports: | anyflights, asciiSetupReader, bugsigdbr, cbpManager, CKMRpop, covidregionaldata, elbird, ezpickr, fec16, fobitools, framecleaner, imcRtools, impactr, medrxivr, MetSizeR, neonstore, quincunx, readr, shinyloadtest, smartsnp, systemPipeShiny, taxonbridge, tidyndr, unisensR, viewpoly |
| Reverse suggests: | arkdb, contentid, multidplyr, noctua, onsr, RAthena, spatialrisk, treeio |
Please use the canonical form https://CRAN.R-project.org/package=vroom to link to this page.