Source: r-cran-broom
Standards-Version: 4.7.4
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
Build-Depends:
 debhelper-compat (= 13),
 dh-r,
 r-base-dev,
 r-cran-backports,
 r-cran-cli,
 r-cran-dplyr,
 r-cran-generics,
 r-cran-glue,
 r-cran-lifecycle,
 r-cran-purrr,
 r-cran-rlang (>= 1.1.0),
 r-cran-stringr,
 r-cran-tibble,
 r-cran-tidyr,
 architecture-is-64-bit,
 architecture-is-little-endian,
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-broom
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-broom.git
Homepage: https://cran.r-project.org/package=broom

Package: r-cran-broom
Architecture: all
Depends:
 ${R:Depends},
 ${misc:Depends},
Recommends:
 ${R:Recommends},
Suggests:
 ${R:Suggests},
Description: Convert Statistical Objects into Tidy Tibbles
 Summarizes key information about statistical objects in tidy tibbles.
 This makes it easy to report results, create plots and consistently work with
 large numbers of models at once. Broom provides three verbs that each provide
 different types of information about a model. tidy() summarizes information
 about model components such as coefficients of a regression. glance() reports
 information about an entire model, such as goodness of fit measures like
 AIC and BIC. augment() adds information about individual observations to
 a dataset, such as fitted values or influence measures.
