Skip to content

Commit b690cc1

Browse files
authored
Merge pull request #375 from Merck/374-cran-release-112
Update NEWS for gsDesign2 1.1.2
2 parents 84b698d + 56f8852 commit b690cc1

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-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.1.2
3+
Version: 1.1.2
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: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
# gsDesign2 1.1.2
2+
3+
## New features
4+
5+
- The `gs_update_ahr()` function is now available for efficacy and futility
6+
boundary update based on blinded estimation of treatment effect (#370).
7+
8+
## Bug fixes
9+
10+
- Fix the accrual parameters bugs in `gs_design_wlr()` depending on npsurvSS (#344, #356).
11+
- Fix `gs_design_ahr()` to incorporate information fraction driven design when number of analyses >= 4 (#358).
12+
13+
## Improvements
14+
15+
- Zero failure rate in some but not all intervals is acceptable as input (#360).
16+
- Study with duration > 100 units are executable when event accrual is slow (#368).
17+
18+
## Documentation
19+
20+
- A new [vignette](https://merck.github.io/gsDesign2/articles/story-update-boundary.html)
21+
introducing how to do the boundary update is available (#278, #364, #366).
22+
- A new [vignette](https://merck.github.io/gsDesign2/articles/story-seven-test-types.html)
23+
bridging gsDesign2 to the 6 test types of gsDesign is available.
24+
- The pkgdown website is re-organized to providing better view for users (#341).
25+
26+
## Testing
27+
28+
- Independent testing of `as_gt()` is added (#337).
29+
- Restructure tests to make them self-contained (#347).
30+
131
# gsDesign2 1.1.1
232

333
## New features

0 commit comments

Comments
 (0)