- fixed issue with spelling testing
- fixed issue with
calc_decision_rules()
whendirection="less"
(Closed Issue #26)
- added R Journal citation
- removed plot tests because snapshots were failing on continuous integration even though they pass locally
- 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()
- updated both datasets to use different predictive thresholds
- correspondingly updated both vignettes
- 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)
- Updating all examples to run without
\donttest{}
- Some minor documentation changes
- Updating the included example data files
- Changes to data files are reflected in the vignette
- Initial package release