Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.9
Version: 1.2.0
Authors@R: c(
person("Keaven", "Anderson", email = "keaven_anderson@merck.com", role = c("aut")),
person("Yujie", "Zhao", email = "yujie.zhao@merck.com", role = c("aut", "cre")),
Expand Down
12 changes: 12 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# gsDesign2 1.2.0

## New features

- Harm boundaries are now supported in `gs_design_ahr()`, `gs_power_ahr()`, `gs_design_npe()`, and `gs_power_npe()` through the new `harm`, `hpar`, and `test_harm` arguments. Harm boundaries are available for group sequential designs with futility testing and are not supported for fixed designs (#640, thanks to @LittleBeannie, @yihui, and @keaven).
- Harm boundaries are now included in `summary()`, `gs_bound_summary()`, `as_gt()`, and `as_rtf()` output, with controls for custom labels and bound display (#640, thanks to @LittleBeannie, @jdblischak, @yihui, and @keaven).

## Documentation

- A new vignette demonstrates how `gs_design_ahr()` reproduces `gsDesign::gsSurv(method = "Schoenfeld")` boundaries across test types, including designs with harm boundaries (#640, thanks to @LittleBeannie, @yihui, and @keaven).


# gsDesign2 1.1.9

## New features
Expand Down