From 93f94790fb2aa7b777a4b55b3e9d11307b6ac2b0 Mon Sep 17 00:00:00 2001 From: Daniel Sjoberg Date: Tue, 23 Jul 2024 15:48:21 -0700 Subject: [PATCH] Update NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.