Source: r-cran-broom.mixed
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-broom.mixed
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-broom.mixed.git
Homepage: https://cran.r-project.org/package=broom.mixed
Standards-Version: 4.7.0
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-broom,
               r-cran-coda,
               r-cran-dplyr,
               r-cran-forcats,
               r-cran-nlme,
               r-cran-purrr,
               r-cran-stringr,
               r-cran-tibble,
               r-cran-tidyr,
               r-cran-furrr
Testsuite: autopkgtest-pkg-r

Package: r-cran-broom.mixed
Architecture: all
Depends: ${R:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: GNU R tidying methods for mixed models
 Convert fitted objects from various R mixed-model packages into tidy
 data frames along the lines of the 'broom' package. The package provides
 three S3 generics for each model: tidy(), which summarizes a model's
 statistical findings such as coefficients of a regression; augment(),
 which adds columns to the original data such as predictions, residuals
 and cluster assignments; and glance(), which provides a one-row summary
 of model-level statistics.
