Changes in version 1.3.7 (2025-01-12) - Updated GitHub actions workflows - Updated README badges - Fixed .Rd file itemize list for bdpbinomial, bdpnormal, and bdpsurvival - Fixed logical check in bdpsurvival - Fixed spelling mistakes in documentation - Minor formatting updates - Add reverse dependency checks Changes in version 1.3.6 (2022-01-30) - Fixed CRAN CMD warnings for S4 generics Changes in version 1.3.5 (2021-11-16) - Fixed CRAN CMD warnings for S4 generics Changes in version 1.3.4 (2021-01-06) - Updates to README and DESCRIPTION - Updates to .gitignore file - Add codecov for coverage checking - Updates to R code formatting - Added GitHub Actions CI Changes in version 1.3.3 (2020-02-03) - New package maintainer (Graeme L. Hickey) since package was orphaned - Updates to README, DESCRIPTION, NAMESPACE - Added stop break to discount_logit for method = mc Changes in version 1.3.2 (2018-07-10) - Minor bdplm vignette typo fixes Changes in version 1.3.1 (2018-04-11) Major new features - Changes to inputs for bdpsurvival - Current and (optional) historical data are specified in separate data frames - Updated normal approximation used for method = "mc" of the bdpbinomial and bdpnormal functions Bug fixes and minor improvements - Summary method for bdplm now exists and mimics lm - Removed bdpbinomial vignette language around success (vs event) - Reported one-arm sample size for bdpsurvival print method adjusted to current data only Changes in version 1.3.0 (2017-12-07) Major new features - Addition of the bdplm function for two-arm trials - Users can now choose between 3 discount functions via the discount_function input: - Weibull CDF - Scaled Weibull CDF - scales the Weibull CDF so that the max possible value is 1 - Identity - sets the discount weight to the posterior probability - Removal of bdpregression Bug fixes and minor improvements - Removed two-sided and one-sided function inputs to avoid confusion - Posterior probabilities for method = "mc" switched from pshisq to pnorm - Updated vignettes to reflect new features Changes in version 1.2.0 (2017-07-10) Major new features - Supports one-arm regression analysis - Two additional modular functions - Implementation of Monte Carlo-based estimation of alpha discount Bug fixes and minor improvements - Fixes to class slots - Added print input to plot method Changes in version 1.1.0 (2017-05-03) Major new features - Supports two-arm survival analysis via hazard rate comparisons - Completely revamped summary and print methods to produce better formatted results - Plot method allows users to specify a type - Added vignettes for each of bdpbinomial, bdpnormal, and bdpsurvival - Implemented the fix_alpha input which allows users to set the historical data weight at alpha_max Bug fixes and minor improvements - Fixed error with two-arm analysis where models did not fit if either the current or historical control data were not input - Changed two_side input to logical - Consolidated several internal functions into a single function for computational efficiency gains Changes in version 1.0.3 - README update - Added plot types - Added Vignettes - Added logo - Improved documentation - Updated print, summary, plot methods - Refactored bdpnormal / bdpbinomial Changes in version 1.0.2 (2017-04-14) - Crucial bugfixes Changes in version 1.0.1 (2017-04-01) - User requested bugfixes Changes in version 1.0.0 (2017-03-22) - Initial CRAN release with normal, binomial and survival functions