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
5 changes: 3 additions & 2 deletions 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.5.1
Version: 1.1.6
Authors@R: c(
person("Keaven", "Anderson", email = "[email protected]", role = c("aut")),
person("Yujie", "Zhao", email = "[email protected]", role = c("aut", "cre")),
Expand All @@ -20,7 +20,8 @@ Authors@R: c(
person("Yalin", "Zhu", email = "[email protected]", role = c("ctb")),
person("Shiyu", "Zhang", email = "[email protected]", role = c("ctb")),
person("Dickson", "Wanjau", email = "[email protected]", role = c("ctb")),
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph")
person("Merck & Co., Inc., Rahway, NJ, USA and its affiliates", role = "cph",
comment = c(ROR = "02891sr49"))
)
Description: The goal of 'gsDesign2' is to enable fixed or group sequential
design under non-proportional hazards. To enable highly flexible enrollment,
Expand Down
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# gsDesign2 1.1.6

## Statistical improvements
- The `gs_power_wlr()` function now includes an `h1_spending` argument, allowing users to specify a spending under the alternative hypothesis (#565, thanks to @LittleBeannie).
- The following functions now support `info_scale` argument: `fixed_design_ahr()`, `fixed_design_fh()`, `fixed_design_mb()`, and `fixed_design_rd()` (#571, thanks to @LittleBeannie).
- Functions for fixed designs with integer sample sizes now return the average HR in their output, providing a more complete summary of the design characteristics. (#572, thanks to @LittleBeannie).

## Documentation
- The documentation for `gs_design_npe()` and `gs_power_npe()` has been consolidated into a single topic for improved clarity and easier navigation. (#567, thanks to @LittleBeannie).
- The package codebase has been updated to use the native R pipe (`|>`) exclusively, removing the `magrittr` dependency and aligning with modern R practices. (#577, thanks to @jdblischak).

# gsDesign2 1.1.5

## Bug fixes
Expand Down
2 changes: 1 addition & 1 deletion man/gsDesign2-package.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading