# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "vroom" in publications use:' type: software license: MIT title: 'vroom: Read and Write Rectangular Text Data Quickly' version: 1.6.5.9000 abstract: 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. authors: - family-names: Hester given-names: Jim orcid: https://orcid.org/0000-0002-2739-7082 - family-names: Wickham given-names: Hadley email: hadley@posit.co orcid: https://orcid.org/0000-0003-4757-117X - family-names: Bryan given-names: Jennifer email: jenny@posit.co orcid: https://orcid.org/0000-0002-6983-2759 repository: https://tidyverse.r-universe.dev repository-code: https://github.com/tidyverse/vroom url: https://vroom.r-lib.org contact: - family-names: Bryan given-names: Jennifer email: jenny@posit.co orcid: https://orcid.org/0000-0002-6983-2759