Skip to content

Commit

Permalink
merge pr #1129: v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch authored Dec 15, 2022
2 parents b86c38d + afdd16a commit 4a0098d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Type: Package
Package: broom
Title: Convert Statistical Objects into Tidy Tibbles
Version: 1.0.1.9000
Version: 1.0.2
Authors@R:
c(person(given = "David",
family = "Robinson",
Expand Down
4 changes: 1 addition & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# broom 1.0.1.9000
# broom 1.0.2

* The default `data` argument for `augment.coxph()` and `augment.survreg()` has been transitioned from `NULL` to `model.frame(x)` (#1126 by `@capnrefsmmat`).
* Migrated 'ggplot2' from strong to weak dependency, i.e. moved from `Imports` to `Suggests`.
* Fixed a bug where `augment()` results would not include residuals when the response term included a function call (#1121, #946, #937, #124).

To be released as broom 1.0.2.

# broom 1.0.1

* Improves performance of `tidy.lm()` and `tidy.glm()` for full-rank fits (#1112 by `@capnrefsmmat`).
Expand Down
5 changes: 5 additions & 0 deletions R/utilities.R
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,7 @@ globalVariables(
".tau",
"aic",
"alternative",
"AME",
"bic",
"chosen",
"ci.lower",
Expand Down Expand Up @@ -584,6 +585,7 @@ globalVariables(
"lhs",
"lm",
"loading",
"lower",
"method",
"Method",
"N",
Expand All @@ -593,6 +595,7 @@ globalVariables(
"objs",
"obs",
"op",
"p",
"p.value",
"packageVersion",
"PC",
Expand All @@ -608,6 +611,7 @@ globalVariables(
"rowname",
"rstudent",
"se",
"SE",
"series",
"Slope",
"stat",
Expand All @@ -620,6 +624,7 @@ globalVariables(
"tau2.del",
"term",
"type",
"upper",
"value",
"Var1",
"Var2",
Expand Down

0 comments on commit 4a0098d

Please sign in to comment.