Skip to content

Commit e7a5013

Browse files
authored
Merge pull request #284 from Merck/283-release-gsdesign2-v110-to-cran
update NEWS.md
2 parents 1ea5af4 + 98fd0cb commit e7a5013

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

NEWS.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# gsDesign2 1.1.0
2+
3+
## Breaking changes
4+
5+
- Split `fixed_design()` into a group of `fixed_design_*()` functions for enhanced modularity (#263).
6+
- `gs_design_rd()` and `gs_power_rd()` now have updated options of weighting for stratified design (#276).
7+
- `ppwe()` now accepts two arguments `duration` and `rate` instead of a data frame `fail_rate` (#254).
8+
- Unexport helper functions `gridpts()`, `h1()`, and `hupdate()` (#253).
9+
10+
## New features
11+
12+
- Introduce `define_enroll_rate()` and `define_fail_rate()` as new input constructor functions to replace the tibble inputs (#238).
13+
- Add a new function `pw_info()` which calculates the statistical information under the piecewise model (#262).
14+
15+
## Improvements
16+
17+
- Add a [vignette](https://merck.github.io/gsDesign2/articles/story-canonical-h0-h1.html) showing the canonical joint distribution of Z-score and B-values under null and alternative hypothesis for the AHR test (#246).
18+
- Refactor `expected_event()` to improve computational performance (@jdblischak, #250).
19+
- Move the source code of the legacy version from `inst/` to `tests/testthat/` as developer tests (#269).
20+
121
# gsDesign2 1.0.9
222

323
## Improvements

0 commit comments

Comments
 (0)