vroom (1.6.5)

Published 2026-02-24 13:47:34 +00:00 by atheaadmin

Installation

options("repos" = c(getOption("repos"), c(gitea="")))
install.packages("vroom")

About this package

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.Read and Write Rectangular Text Data Quickly

Dependencies

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
Depends R (>= 3.6)
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
Details
CRAN
2026-02-24 13:47:34 +00:00
0
MIT + file LICENSE
Jim Hester
Hadley Wickham
Jennifer Bryan
Shelby Bearrows ,
733 KiB
Assets (1)
Versions (1) View all
1.6.5 2026-02-24