Skip to content

Commit 67e7423

Browse files
Merge pull request #480 from Merck/477-release-gsdesign2-v113
477 release gsdesign2 v113
2 parents 57504c6 + fe38ed5 commit 67e7423

File tree

3 files changed

+56
-1
lines changed

3 files changed

+56
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: gsDesign2
22
Title: Group Sequential Design with Non-Constant Effect
3-
Version: 1.1.2.25
3+
Version: 1.1.3
44
Authors@R: c(
55
person("Keaven", "Anderson", email = "keaven_anderson@merck.com", role = c("aut")),
66
person("Yilong", "Zhang", email = "elong0527@gmail.com", role = c("aut")),

NEWS.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,48 @@
1+
# gsDesign2 1.1.3
2+
3+
## Bug fixes
4+
5+
- Fix the bug of `gs_design_rd()` when `info_scale = "h0_h1_info"` (#402, thanks to @LittleBeannie).
6+
- Fix the bug of `gs_spending_combo()` to enable HSD spending function (#444, thanks to @LittleBeannie).
7+
- Fix the bug of `fixed_design_maxcombo()` regarding the upper bounds (#445, thanks to @elong0527).
8+
- Fix the bug of `gs_design_wlr()` when the design is driven by information fraction only (#446, thanks to @LittleBeannie).
9+
- Fix the bug of `pw_info()` when there are many piecewise HRs (#460, thanks to @LittleBeannie).
10+
11+
## Statistical improvements
12+
13+
- The `gs_update_ahr()` function (test version) is updated to
14+
15+
+ Enable unchanged futility bounds when it is fixed at the original design (#408, thanks to @LittleBeannie).
16+
+ Allow boundary updates when only certain interim analysis data is available (#436, thanks to @LittleBeannie).
17+
+ Allow boundary updates when alpha changes by keeping the same `info_scale` as the original design (#470, @LittleBeannie).
18+
19+
- Rounding of integer design is updated (#488, #484, #486, thanks to @LittleBeannie).
20+
- Integer design (i.e., integer sample size and events) is updated to ensure exact integer sample size and events (#452, #460, thanks to @LittleBeannie and @yihui).
21+
- Change the information fraction displayed at the summary-gt table from under H1 to H0 for logrank tests (#439, thanks to @LittleBeannie).
22+
- Add the sample size as the output of `ahr()` and `pw_info()` (#427, #433, thanks to @LittleBeannie).
23+
24+
## User interface improvements
25+
26+
- Enable passing named vector of `col_decimals` and `analysis_decimals` to `summary.gs_design()` (#403, #431, @jdblischak).
27+
28+
## Coding practice improvements
29+
30+
- Add robust check if `lower` is equivalent to `gs_b` (#413, thanks to @jdblischak )
31+
- The `summary()`, `as_gt()` `as_rtf()`, and `to_integer()` functions are refactored (#448, #449, #450, #465, #461, thanks to @yihui).
32+
- Remove the `full_alpha` argument from `as_rtf.gs_design()` (#458, thanks to @yihui).
33+
- Other coding practice improvement worth mentioning (#409, #412, #429, #437, #440, #447, #453, #464, #467, $475, thanks to @yihui, @nanxstats, and @jdblischak).
34+
35+
## Documentation
36+
37+
- Update the documentation of `gs_b()` (#415, @jdblischak)
38+
39+
## Testing
40+
41+
- More developer tests of `gs_power_ahr()` are added (#420, @LittleBeannie).
42+
- More developer tests of `summary()` are added (#422, #426, thanks to @yuliasidi, @jdblischak and @LittleBeannie).
43+
- Independent tests of `ahr_blinded()` are added (#435, thanks to @DMuriuki).
44+
- More developer tests of `to_integer()` are added (#476, thanks to @LittleBeannie).
45+
146
# gsDesign2 1.1.2
247

348
## New features

cran-comments.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# gsDesign2 1.1.3
2+
3+
We are aware of the following NOTE, and we also maintain {simtrial}:
4+
5+
```
6+
* checking dependencies in R code ... NOTE
7+
Missing object imported by a ':::' call: ‘simtrial:::as_gt.simtrial_gs_wlr’
8+
```
9+
10+
111
# gsDesign2 1.0.7
212

313
## Resubmission

0 commit comments

Comments
 (0)