r-cran-broom 1.0.5+dfsg-1 source package in Ubuntu

Changelog

r-cran-broom (1.0.5+dfsg-1) unstable; urgency=medium

  * New upstream version
  * dh-update-R to update Build-Depends (routine-update)
  * Set upstream metadata fields: Repository.

 -- Andreas Tille <email address hidden>  Mon, 12 Jun 2023 09:11:58 +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 Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-broom_1.0.5+dfsg-1.dsc 2.2 KiB 9ec4121279ebf6446fd48443f73970b5d15ebc382a946fa8f27de8a5e2340b51
r-cran-broom_1.0.5+dfsg.orig.tar.xz 448.8 KiB a498e110b92fcc37a4b8d9440977261e5c034afce0ac82f36e592e32db648647
r-cran-broom_1.0.5+dfsg-1.debian.tar.xz 3.8 KiB 880c1b7eeeadbc0eb090d30f1040b95dae1f7f68686bfad9589375e017f9f5b7

Available diffs

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.