Skip to content

Commit 258f2b9

Browse files
committed
Link PR numbers
1 parent 692c97b commit 258f2b9

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

NEWS.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33
## Improvements
44

5-
- Update the calculation of upper/lower bounds at the final analysis in max combo tests.
6-
- Correct the `fixed_design` function in the application of `rmst`.
7-
- Update the `fixed_design` function in the application of stratified design when using the Lachin and Foulkes method.
8-
- Update the `info_scale` arguments from `c(0,1,2)` to `c("h0_h1_info", "h0_info", "h1_info")` to make it more informative.
9-
- Fix the calculation of the futility bounds in `gs_power_ahr`.
10-
- Add a CRAN download badge in the GitHub readme dashboard to show the monthly download of `gsDesign2`.
11-
- Add missing global functions/variables.
12-
- Fix outdated argument names and use canonical style for text elements in README.
5+
- Update the calculation of upper/lower bounds at the final analysis in MaxCombo tests (#217).
6+
- Update the `fixed_design()` function in the application of stratified design when using the Lachin and Foulkes method (#211).
7+
- Correct the `fixed_design()` function in the application of `rmst` (#212).
8+
- Rename the `info_scale` argument options from `c(0, 1, 2)` to `c("h0_h1_info", "h0_info", "h1_info")` to be more informative and make the default value (`"h0_h1_info"`) clear (#203).
9+
- Add missing global functions/variables (#213).
10+
- Fix outdated argument names and use canonical style for text elements in README (#198).
11+
- Add a CRAN downloads badge to the readme to show the monthly downloads (#216).
12+
13+
## Bug fixes
14+
15+
- Fix the calculation of the futility bounds in `gs_power_ahr()` (#202).
1316

1417
# gsDesign2 1.0.7
1518

0 commit comments

Comments
 (0)