pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/math/R-broom



Module Name:    pkgsrc
Committed By:   mef
Date:           Tue Jun 13 14:03:03 UTC 2023

Modified Files:
        pkgsrc/math/R-broom: Makefile distinfo

Log Message:
(math/R-broom) Updated 1.0.2 to 1.0.5

# broom 1.0.5

* `tidy.coxph()` will now pass its ellipses `...` to `summary()`
  internally (#1151 by `@ste-tuf`).

* Transitioned the deprecation of the `region` argument to
  `tidy.SpatialPolygonsDataFrame` from a warn- to a hard-deprecation
  (#1142).

* Removed maptools and rgeos as Suggested packages ahead of their
  retirement. sp tidiers will be removed from a future release of the
  package (#1142).

* Addressed bug in mlogit tidiers where `augment.mlogit()` would fail
  if supplied a model fitted with a non-default `dfidx()` (#1156 by
  `@gregmacfarlane`).

* Addressed bug in ANOVA tidiers where `tidy.anova()` would fail if
  passed a model with many predictors (#1159 by `@jwilliman`).

* Addressed warnings in ANOVA tidiers for unrecognized column names
  `Resid..Df`, `Resid..Dev`, and `Deviance`; those columns will be
  renamed `df.residual`, `residual.deviance`, and `deviance`,
  respectively (#1159 by `@jwilliman`).

# broom 1.0.4

* Added an `intercept` argument to `tidy.aov()`, a logical indicating
  whether to include information on the intercept as the first row of
  results (#1144 by `@victor-vscn`).

* Moved forward with soft-deprecation of tidiers for objects from the
  sp package ahead of the retirement of the rgeos and maptools
  packages later this year. sp tidiers will be removed from a future
  release of the package (#1142).

* Fixed bug in `augment.glm()` where the `.std.resid` column always
  contained standardized deviance residuals regardless of the value
  passed to the `type.residuals` argument (#1147).

# broom 1.0.3

* Addressed test failures on R-devel.

* Fixed bug in `tidy.multinom()` where the `conf.level` argument would
  be ignored.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-broom/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/math/R-broom/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/R-broom/Makefile
diff -u pkgsrc/math/R-broom/Makefile:1.3 pkgsrc/math/R-broom/Makefile:1.4
--- pkgsrc/math/R-broom/Makefile:1.3    Sun Dec 18 10:26:18 2022
+++ pkgsrc/math/R-broom/Makefile        Tue Jun 13 14:03:02 2023
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.3 2022/12/18 10:26:18 mef Exp $
+# $NetBSD: Makefile,v 1.4 2023/06/13 14:03:02 mef Exp $
 
 R_PKGNAME=     broom
-R_PKGVER=      1.0.2
+R_PKGVER=      1.0.5
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 COMMENT=       Convert Statistical Objects into Tidy Tibbles

Index: pkgsrc/math/R-broom/distinfo
diff -u pkgsrc/math/R-broom/distinfo:1.5 pkgsrc/math/R-broom/distinfo:1.6
--- pkgsrc/math/R-broom/distinfo:1.5    Sun Dec 18 10:26:18 2022
+++ pkgsrc/math/R-broom/distinfo        Tue Jun 13 14:03:02 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2022/12/18 10:26:18 mef Exp $
+$NetBSD: distinfo,v 1.6 2023/06/13 14:03:02 mef Exp $
 
-BLAKE2s (R/broom_1.0.2.tar.gz) = a1e3f7450ed6dfa05083d58c7ee333e74f33029b05313d06c02fb81a4907bc7b
-SHA512 (R/broom_1.0.2.tar.gz) = f7df906b54dbdf2980a5d523c28e75ef364fb60a2ca97932b5448971e7a72de07f32a7050bde7dc8b88d8893e24e744a8b4989fc4bde4319d1152ae11cfe991a
-Size (R/broom_1.0.2.tar.gz) = 641801 bytes
+BLAKE2s (R/broom_1.0.5.tar.gz) = 62cf3eb0d036db6bd4d9e62fd8c1338b0ac942c51fea5df4b701fad12f550eaf
+SHA512 (R/broom_1.0.5.tar.gz) = cbff4cbb207647b4411a675118eae60d5c1c95c5c97dbfd7f3fd8b5957c2c71d912cdc262a21df908bbe2e3283884b029dbe200ba402045186d90caff5fb498c
+Size (R/broom_1.0.5.tar.gz) = 641849 bytes



Home | Main Index | Thread Index | Old Index