Changelog
Source:NEWS.md
ppseq 0.2.4
CRAN release: 2024-04-04
- fixed issue with
calc_decision_rules()
whendirection="less"
(Closed Issue #26)
ppseq 0.2.3
CRAN release: 2024-01-23
- added R Journal citation
- removed plot tests because snapshots were failing on continuous integration even though they pass locally
ppseq 0.2.2
CRAN release: 2023-04-17
- updated two-sample vignette results (Closed Issue #23)
- corrected a code bug in
calc_decision_rules()
(Closed Issue #21) - corrected a code bug in
calibrate_thresholds()
(Closed Issue #19) - replaced
purrr::cross_df()
(deprecated) withtidyr::expand_grid()
ppseq 0.2.1
- updated both datasets to use different predictive thresholds
- correspondingly updated both vignettes
ppseq 0.2.0
CRAN release: 2022-08-08
- added weighting options to
optimize_design()
(Closed Issue #7) - added informative messaging when no results returned from
optimize_design()
(Closed Issue #14) - upgraded package website to bootstrap 5 and changed some styling
- added two-sample randomized trial vignette
- added
calc_next()
function to calculate probability of response in next patient (Closed Issue #2) - fixed a bug in the default arguments to
optimize_design()
(Closed Issue #12) - added efficacy monitoring option, default is still futility monitoring (Closed Issue #3)