Changes in version 0.2.5 (2024-09-04) - fixed issue with spelling testing Changes in version 0.2.4 (2024-04-04) - fixed issue with calc_decision_rules() when direction="less" (Closed Issue #26) Changes in version 0.2.3 (2024-01-23) - added R Journal citation - removed plot tests because snapshots were failing on continuous integration even though they pass locally Changes in version 0.2.2 (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) with tidyr::expand_grid() Changes in version 0.2.1 - updated both datasets to use different predictive thresholds - correspondingly updated both vignettes Changes in version 0.2.0 (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) Changes in version 0.1.2 - Updating all examples to run without \donttest{} - Some minor documentation changes Changes in version 0.1.1 (2021-09-09) - Updating the included example data files - Changes to data files are reflected in the vignette Changes in version 0.1.0 - Initial package release