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

Changelog

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

  * New upstream version

 -- Andreas Tille <email address hidden>  Tue, 13 Sep 2022 11:42:39 +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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-broom_1.0.1+dfsg-1.dsc 2.3 KiB 52ae2ca6c79439fef785d4f5fe33bb29c6293dbc70644b45f5d6c0574711578a
r-cran-broom_1.0.1+dfsg.orig.tar.xz 448.2 KiB 80dba60c67c25a3e298de8caa429c3bf239b81c175ef3740682411f801310f59
r-cran-broom_1.0.1+dfsg-1.debian.tar.xz 3.8 KiB 7c2a310fe17089a5a813234d440a4d8e2fc3989d9af81b6f8052794638049f66

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.