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

Changelog

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

  * New upstream version
  * Standards-Version: 4.6.2 (routine-update)
  * dh-update-R to update Build-Depends (routine-update)
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository-Browse.

 -- Andreas Tille <email address hidden>  Tue, 20 Dec 2022 08:33:12 +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 Pocket Published Component Section

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-broom_1.0.2+dfsg-1.dsc 2.3 KiB 04a4a1ed2f271eb08056d8f841a0eaff4e7f97774156cbf7a4b0eca8016f9731
r-cran-broom_1.0.2+dfsg.orig.tar.xz 448.5 KiB b682d5beb7ab1054b78b2cc64e6ed6404df7c7627b9b92f8f9ff1adb77c8126d
r-cran-broom_1.0.2+dfsg-1.debian.tar.xz 3.8 KiB dbb20722f19a2ee581a774810afbafcd3b1e837214ea7500747077fd56bb3ae4

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.