Language

Package: r-vroom @ 1.6.5

Synopsis

Read and Write Rectangular Text Data

Description

This package reads and writes data files like CSV, TSV and FWF. 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.

Home page
https://vroom.r-lib.org
Location
License

Lint warnings

LinterMessageLocation
inputs-should-not-be-input

Identify inputs that shouldn't be inputs at all

'tzdata' should probably not be an input at all
  • gnu/packages/cran.scm (line: 53118, column: 2)
formatting

Look for formatting issues in the source

line 53138 is way too long (92 characters)
  • gnu/packages/cran.scm (line: 53138, column: 0)