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.6.5 |
Depends: | R (≥ 3.6) |
Imports: | bit64, cli (≥ 3.2.0), crayon, glue, hms, lifecycle (≥ 1.0.3), methods, rlang (≥ 0.4.2), stats, tibble (≥ 2.0.0), tidyselect, tzdb (≥ 0.1.1), vctrs (≥ 0.2.0), withr |
LinkingTo: | cpp11 (≥ 0.2.0), progress (≥ 1.2.1), 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: | 2023-12-05 |
DOI: | 10.32614/CRAN.package.vroom |
Author: | Jim Hester [aut], Hadley Wickham [aut], Jennifer Bryan [aut, cre], Shelby Bearrows [ctb], https://github.com/mandreyel/ [cph] (mio library), Jukka Jylänki [cph] (grisu3 implementation), Mikkel Jørgensen [cph] (grisu3 implementation), Posit Software, PBC [cph, fnd] |
Maintainer: | Jennifer Bryan <jenny at posit.co> |
BugReports: | https://github.com/tidyverse/vroom/issues |
License: | MIT + file LICENSE |
Copyright: | file COPYRIGHTS vroom copyright details |
URL: | https://vroom.r-lib.org, https://github.com/tidyverse/vroom |
NeedsCompilation: | yes |
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.6.5.tar.gz |
Windows binaries: | r-devel: vroom_1.6.5.zip, r-release: vroom_1.6.5.zip, r-oldrel: vroom_1.6.5.zip |
macOS binaries: | r-release (arm64): vroom_1.6.5.tgz, r-oldrel (arm64): vroom_1.6.5.tgz, r-release (x86_64): vroom_1.6.5.tgz, r-oldrel (x86_64): vroom_1.6.5.tgz |
Old sources: | vroom archive |
Reverse imports: | anyflights, asciiSetupReader, bugsigdbr, cbpManager, CKMRpop, dafishr, dataCompare, dQTG.seq, faers, fec16, finnts, fobitools, FORTLS, fr, framecleaner, HiCExperiment, HiCool, hidecan, imcRtools, impactr, INSPECTumours, MetSizeR, mgi.report.reader, motifbreakR, move2, myClim, neonstore, PsychWordVec, QTLExperiment, quincunx, rcontroll, readr, ShinyLink, shinyloadtest, smartsnp, SPIAT, systemPipeShiny, transmogR, unisensR, usincometaxes, viewpoly |
Reverse suggests: | arkdb, contentid, mpathsenser, multidplyr, multimedia, noctua, onsr, RAthena, rdtLite, simplanonym, spatialrisk, treeio |
Please use the canonical form https://CRAN.R-project.org/package=vroom to link to this page.