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

Changelog

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

  * Team upload.
  * New upstream version
  * Standards-Version: 4.7.0 (routine-update)

 -- Charles Plessy <email address hidden>  Thu, 27 Jun 2024 08:43:29 +0900

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
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
r-cran-broom_1.0.6+dfsg-1.dsc 3.0 KiB f3163bb7c266bb0311d05025ea552f3e0c37579d03f22d150644a73d09de90ba
r-cran-broom_1.0.6+dfsg.orig.tar.xz 448.9 KiB c33f4f257d5e8762247e07325bbdbb5496c03d0f511a88be5af8e2e8bcfdc82d
r-cran-broom_1.0.6+dfsg-1.debian.tar.xz 4.2 KiB a9ed83365b964fa1ac216b9ea883c4b3574d19f574cfb38643ae6a4ecbfe5a5c

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.