r-cran-vroom 1.6.3-2 source package in Ubuntu

Changelog

r-cran-vroom (1.6.3-2) unstable; urgency=medium

  * Rebuilding for unstable following bookworm release
  
  * debian/control: Set Build-Depends: to current R version

 -- Dirk Eddelbuettel <email address hidden>  Thu, 22 Jun 2023 21:05:49 -0500

Upload details

Uploaded by:
Dirk Eddelbuettel
Uploaded to:
Sid
Original maintainer:
Dirk Eddelbuettel
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
r-cran-vroom_1.6.3-2.dsc 2.0 KiB 13851da2edb099d271a74022d6d2bd1e9a984bc7d75d627ba1ef87f77db1ec56
r-cran-vroom_1.6.3.orig.tar.gz 702.0 KiB dc4800e52b4a57cf63b88412cd35d25dca4e226374242dea95a12c62361a5f63
r-cran-vroom_1.6.3-2.debian.tar.xz 3.7 KiB 211c5a614a3fcfc172ee5e50c04ba6d36f84bd9a7245af8c76cfe8b59fc4d6fb

Available diffs

No changes file available.

Binary packages built by this source

r-cran-vroom: GNU R package for Read and Write Rectangular Text Data Quickly

 The package reads and writes 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.

r-cran-vroom-dbgsym: debug symbols for r-cran-vroom