r-cran-broom 0.5.4+dfsg-1 source package in Ubuntu
Changelog
r-cran-broom (0.5.4+dfsg-1) unstable; urgency=medium * New upstream version * Standards-Version: 4.5.0 (routine-update) * Set upstream metadata fields: Archive, Bug-Database, Bug-Submit, Repository, Repository-Browse. -- Andreas Tille <email address hidden> Fri, 31 Jan 2020 11:41:37 +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 | |
---|---|---|---|---|
Focal | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
r-cran-broom_0.5.4+dfsg-1.dsc | 2.2 KiB | 83bde5a3165ad338cc5732d5b98bbfb698c4945aa735e876f524b609d5f20699 |
r-cran-broom_0.5.4+dfsg.orig.tar.xz | 1003.2 KiB | 56bbf4ced5788f04f12df2d335d1116cbf30eeded9570ce00b169c92d6226316 |
r-cran-broom_0.5.4+dfsg-1.debian.tar.xz | 3.1 KiB | d25af4ae71460e103132b0c88f1507f0668f5d77309d52350359b36164ad22d6 |
Available diffs
- diff from 0.5.3+dfsg-1 to 0.5.4+dfsg-1 (9.4 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.