r-cran-broom 0.7.12+dfsg-1 source package in Ubuntu
Changelog
r-cran-broom (0.7.12+dfsg-1) unstable; urgency=medium * New upstream version -- Andreas Tille <email address hidden> Sat, 12 Feb 2022 07:58:38 +0100
Upload details
- Uploaded by:
- Debian R Packages Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian R Packages Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-broom_0.7.12+dfsg-1.dsc | 2.3 KiB | 92212396a66f047202cb609bcf4cfa2f62197dabef20152ab6aa923078efa827 |
r-cran-broom_0.7.12+dfsg.orig.tar.xz | 441.0 KiB | c83e29380d598306bd3d0656fccd6e3e3d0c04d1b9b786bb8b66605242237efc |
r-cran-broom_0.7.12+dfsg-1.debian.tar.xz | 3.7 KiB | 929cfdfb125e49f29b1753e7d30057f4cd17e84ee363c6aeb830c9d51871f509 |
Available diffs
- diff from 0.7.11+dfsg-1 to 0.7.12+dfsg-1 (2.8 KiB)
No changes file available.
Binary packages built by this source
- r-cran-broom: convert statistical analysis objects into tidy data frames with GNU R
Convert statistical analysis objects from R into tidy data frames,
so that they can more easily be combined, reshaped and otherwise processed
with tools like 'dplyr', 'tidyr' and 'ggplot2'. The package provides three
S3 generics: 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.