You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
-
# cardx 0.2.4.9006
1
+
# cardx 0.2.4.9007
2
2
3
+
* Updating any `fmt_fn` references to `fmt_fun` for consistency.
4
+
5
+
* Any function with an argument `cardx::foo(fmt_fn)` has been updated to `cardx::foo(fmt_fun)`. The old syntax will continue to function, but with a deprecation warning to users.
6
+
7
+
* Importantly, the ARD column named `"fmt_fn"` has been updated to `"fmt_fun"`. This change cannot be formally deprecated. For users who were accessing the ARD object directly to modify this column instead of using functions like `cards::update_ard_fmt_fun()`, this will be a breaking change.
8
+
3
9
* Adding `strata` argument to `ard_categorical_max()`. (#445, @jtalboys)
4
10
5
11
* Added function `ard_incidence_rate()` to calculate ARDs for incidence rate estimation. (#234)
0 commit comments