r-cran-broom 0.8.0+dfsg-1 source package in Ubuntu
Changelog
r-cran-broom (0.8.0+dfsg-1) unstable; urgency=medium * New upstream version -- Andreas Tille <email address hidden> Wed, 27 Apr 2022 11:58:15 +0200
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 |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-broom_0.8.0+dfsg-1.dsc | 2.3 KiB | 3da9f8d1ce5b357ab637308ee1be32eb955fe8574e85512770bd2bf00fb68fc0 |
r-cran-broom_0.8.0+dfsg.orig.tar.xz | 444.2 KiB | b56722d8077cbaed3273ee94fe08431c198eee6c20b6cab001810a6b75b9665e |
r-cran-broom_0.8.0+dfsg-1.debian.tar.xz | 3.7 KiB | 31c44c26d48e3a82921af5b896f2216fd92b97160d25329b309b68c6627b216b |
Available diffs
- diff from 0.7.12+dfsg-1 to 0.8.0+dfsg-1 (92.2 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.