From fe98411bb2ed99e8da4c80b9637a669997b77d3d Mon Sep 17 00:00:00 2001 From: Zhao Date: Wed, 11 Feb 2026 10:59:59 -0500 Subject: [PATCH] Prepare for v1.1.8 release: Update DESCRIPTION and NEWS.md --- DESCRIPTION | 2 +- NEWS.md | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 9f4312f1..5c9bff6d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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")), diff --git a/NEWS.md b/NEWS.md index 72813104..e0dded05 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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