diff --git a/NEWS.md b/NEWS.md index 17ef077..d146e42 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # tidycmprsk (development version) -* Updating package to account for changes in {gtsummary} v2.0. To use `gtsummary::tbl_regression()` with `tidycmprsk::crr()` models, the {tidycmprsk} package must be loaded (to access the S3 methods below). +* Updating package to account for changes in {gtsummary} v2.0. To use `gtsummary::tbl_regression()` with `tidycmprsk::crr()` models, the {tidycmprsk} package must be loaded (to access the S3 methods below). In the next release of gtsummary, tidycmprsk will no longer be a dependency. - Added {broom.helpers}, {cardx}, and {aod} to Suggests field. - Added `tbl_regression.tidycrr()` method. - Added `global_pvalue_fun.tidycrr()` method, which changes the default calculation in `gtsummary::add_global_p(anova_fun)` to use the Wald test.