Skip to content

Commit

Permalink
NEWS and DESCRIPTION updates re: #842, #807
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed May 21, 2020
1 parent f035b6a commit 6c99705
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 6 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,12 @@ Authors@R:
family = "Kuriwaki",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-5687-2647")))
comment = c(ORCID = "0000-0002-5687-2647")),
person(given = "Chuliang",
family = "Xiao",
role = "ctb",
email = "[email protected]",
comment = c(ORCID = "0000-0002-8466-9398")))
Description: Summarizes key information about statistical
objects in tidy tibbles. This makes it easy to report results, create
plots and consistently work with large numbers of models at once.
Expand Down
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,8 @@ column names by `make.names`)
- Bug fix to allow `tidy.htest()` to supports equal variances (#608)
- Bug fix for `tidy.polr()` when passed `conf.int = TRUE` (#498)
- Bug fix in `glance.lavaan()` (#577)
- Bug fix for `tidy.survreg()` when `robust` is set to `TRUE` in model
fitting (#842, #728)

# broom 0.5.6

Expand Down

0 comments on commit 6c99705

Please sign in to comment.