r-cran-broom 1.0.3+dfsg-2 source package in Ubuntu
Changelog
r-cran-broom (1.0.3+dfsg-2) unstable; urgency=medium * Source-only upload -- Andreas Tille <email address hidden> Fri, 03 Feb 2023 18:04:00 +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 | |
---|---|---|---|---|
Lunar | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-broom_1.0.3+dfsg-2.dsc | 2.3 KiB | 08bcb3e79632e675582e4888f86eddb0e9557c819ac1d83b7743582ea0f23e77 |
r-cran-broom_1.0.3+dfsg.orig.tar.xz | 448.6 KiB | 0fc3f0d9e54ce878bdb4f3584844bf5faf506c745d9d8f4b54b0c85c55442478 |
r-cran-broom_1.0.3+dfsg-2.debian.tar.xz | 3.8 KiB | f5d0f7141a0dc9f2160c14a1bc38046240a6a846925bde37002c9489b40ead7f |
Available diffs
- diff from 1.0.3+dfsg-1 to 1.0.3+dfsg-2 (304 bytes)
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.