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.7
Version: 1.1.8
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
15 changes: 15 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# gsDesign2 1.1.8

## New features

- The `gs_design_ahr()` function has been updated to allow outputting spending time (#602, thanks to @LittleBeannie).

## Documentation

- Documentation has been migrated to roxygen2 7.3.3 for improved maintainability and consistency (#601, thanks to @jdblischak).
- An example demonstrating how to update a stratified design at the time of analysis has been added to the `gs_update_ahr()` function documentation (#608, thanks to @LittleBeannie).

## Testing

- Additional developer tests of `gs_design_ahr()` have been added (#604, thanks to @LittleBeannie).

# gsDesign2 1.1.7

## Documentation
Expand Down