1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Source: r-cran-readr
Section: gnu-r
Priority: optional
Maintainer: Dirk Eddelbuettel <edd@debian.org>
Build-Depends: debhelper (>= 9), r-base-dev (>= 3.5.2), dh-r, r-cran-rcpp, r-cran-tibble, r-cran-hms, r-cran-r6, r-cran-bh, r-cran-clipr
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/edd/r-cran-readr
Vcs-Git: https://salsa.debian.org/edd/r-cran-readr.git
Homepage: https://github.com/tidyverse/readr
Package: r-cran-readr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-rcpp, r-cran-tibble, r-cran-hms, r-cran-r6, r-cran-clipr
Description: GNU R package to read rectangular text data
The goal of 'readr' is to provide a fast and friendly way to read
rectangular data (like 'csv', 'tsv', and 'fwf'). It is designed to flexibly
parse many types of data found in the wild, while still cleanly failing when
data unexpectedly changes.
|