1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: r-cran-tibble
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Section: gnu-r
Testsuite: autopkgtest-pkg-r
Priority: optional
Build-Depends: debhelper-compat (= 13),
dh-r,
r-base-dev,
r-cran-cli,
r-cran-crayon (>= 1.3.4),
r-cran-ellipsis,
r-cran-fansi,
r-cran-lifecycle,
r-cran-magrittr,
r-cran-pillar (>= 1.4.3),
r-cran-pkgconfig,
r-cran-rlang (>= 0.4.3),
r-cran-vctrs
Standards-Version: 4.5.1
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-tibble
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-tibble.git
Homepage: https://cran.r-project.org/package=tibble
Rules-Requires-Root: no
Package: r-cran-tibble
Architecture: any
Depends: ${R:Depends},
${shlibs:Depends},
${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R Simple Data Frames
This GNU R package provides a 'tbl_df' class that offers better checking
and printing capabilities than traditional data frames.
.
Tibbles are a modern take on data frames. They keep the features that have
stood the test of time, and drop the features that used to be convenient but
are now frustrating (i.e. converting character vectors to factors).
|