Skip to content

Commit b4a2047

Browse files
authored
Merge pull request #151 from keaven/news
Update news for gsDesign 3.6.3
2 parents dcf0d48 + acc4770 commit b4a2047

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: gsDesign
2-
Version: 3.6.2
2+
Version: 3.6.3
33
Title: Group Sequential Design
44
Authors@R: person(given = "Keaven", family = "Anderson", email =
55
"[email protected]", role = c('aut','cre'))

NEWS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# gsDesign 3.6.3 (July, 2024)
2+
3+
## New features
4+
5+
- Implemented conditional error spending functions `sfXG1()`, `sfXG2()`,
6+
and `sfXG3()` based on Xi and Gallo (2019).
7+
See `vignette("ConditionalErrorSpending")` for details and reproduced
8+
examples from the literature (@keaven, #147. Thanks, @xidongdxi,
9+
for comments on vignette).
10+
11+
## Improvements
12+
13+
- Enhanced `eEvents()` with input validation to ensure `lambda` is not `NULL`
14+
(@keaven, [97f629d](https://github.com/keaven/gsDesign/commit/97f629d)).
15+
16+
## Testing
17+
18+
- Added independent testing for `gsSurvCalendar()` (@myeongjong, #144).
19+
- Expanded test coverage for `gsBinomialExact()` (@menglu2, #143).
20+
121
# gsDesign 3.6.2 (April, 2024)
222

323
## Documentation

0 commit comments

Comments
 (0)