Skip to content

Commit

Permalink
Merge pull request #375 from Merck/374-cran-release-112
Browse files Browse the repository at this point in the history
Update NEWS for gsDesign2 1.1.2
  • Loading branch information
nanxstats authored Apr 8, 2024
2 parents 84b698d + 56f8852 commit b690cc1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: gsDesign2
Title: Group Sequential Design with Non-Constant Effect
Version: 1.1.1.2
Version: 1.1.2
Authors@R: c(
person("Keaven", "Anderson", email = "keaven_anderson@merck.com", role = c("aut")),
person("Yilong", "Zhang", email = "elong0527@gmail.com", role = c("aut")),
Expand Down
30 changes: 30 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
# gsDesign2 1.1.2

## New features

- The `gs_update_ahr()` function is now available for efficacy and futility
boundary update based on blinded estimation of treatment effect (#370).

## Bug fixes

- Fix the accrual parameters bugs in `gs_design_wlr()` depending on npsurvSS (#344, #356).
- Fix `gs_design_ahr()` to incorporate information fraction driven design when number of analyses >= 4 (#358).

## Improvements

- Zero failure rate in some but not all intervals is acceptable as input (#360).
- Study with duration > 100 units are executable when event accrual is slow (#368).

## Documentation

- A new [vignette](https://merck.github.io/gsDesign2/articles/story-update-boundary.html)
introducing how to do the boundary update is available (#278, #364, #366).
- A new [vignette](https://merck.github.io/gsDesign2/articles/story-seven-test-types.html)
bridging gsDesign2 to the 6 test types of gsDesign is available.
- The pkgdown website is re-organized to providing better view for users (#341).

## Testing

- Independent testing of `as_gt()` is added (#337).
- Restructure tests to make them self-contained (#347).

# gsDesign2 1.1.1

## New features
Expand Down

0 comments on commit b690cc1

Please sign in to comment.