Skip to content

Commit

Permalink
Increment version number to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddsjoberg committed Jan 13, 2023
1 parent 71530bf commit fa4395d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: gtsummary
Title: Presentation-Ready Data Summary and Analytic Result
Tables
Version: 1.6.3.9011
Version: 1.7.0
Authors@R:
c(person(given = "Daniel D.",
family = "Sjoberg",
Expand Down
15 changes: 7 additions & 8 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,25 @@
# gtsummary (development version)
# gtsummary 1.7.0

### Breaking Changes

* Updated a default argument values in `tidy_robust(vcov=NULL, vcov_args=NULL)`. Users must specify the type of robust standard errors using these arguments.
* Updated the default argument values in `tidy_robust(vcov=NULL, vcov_args=NULL)`. Users must specify the type of robust standard errors using these arguments.

* Fully removed deprecated items that were originally deprecated in v1.2.5 (released 3 years ago).
- `tbl_summary_()`
- `add_p_()`
- `add_global_p(terms=)`
- `add_p(exclude=)`, `as_gt(exclude=)`, `as_kable(exclude=)`, `as_tibble.gtsummary(exclude=)`, `tbl_regression(exclude=)`, `tbl_uvregression(exclude=)`
- `tbl_summary_()`,`add_p_()`
- `add_global_p(terms=)`

### New Functions

* Added new function `add_ci.tbl_svysummary()` for adding confidence intervals to `tbl_svysummary()` summary statistics. (#965)
* New function `add_ci.tbl_svysummary()` for adding confidence intervals to `tbl_svysummary()` summary statistics. (#965)

### New Functionality

* Arguments pass via the dots in `tbl_uvregression(...)` are now passed to `broom.helpers::tidy_plus_plus()`. (#1396)
* Arguments pass via the dots in `tbl_uvregression(...)` are now passed to `broom.helpers::tidy_plus_plus(...)`. (#1396)

* Added new theme elements to control the default headers in `tbl_summary()`. (#1401)

* All examples that previously used `<br>` for line breaks in gt tables have been updated to use ` \n`. Additionally, the `"qjecon"` journal theme has been updated to use the new line breaker as well. (#1311)
* All examples that previously used `<br>` for line breaks in gt tables have been updated to use ` \n`. Additionally, the `"qjecon"` journal theme has been updated to use the updated line breaker as well. (#1311)

* Now allowing for mixed-class numeric types in `tbl_summary()`, such that `inline_text()` will not throw an error when the pattern argument is specified.

Expand Down

0 comments on commit fa4395d

Please sign in to comment.