Changelog
psborrow 0.2.3
CRAN release: 2025-06-23
- Use
ggplot2::get_labs()
in tests due to change in functionality in that package.
psborrow 0.2.2
CRAN release: 2025-02-19
- Fixed bug in apply_mcmc in subsetting a data frame when only one covariate is included
psborrow 0.2.1
CRAN release: 2023-03-03
- psborrow package is now deprecated. All future development will occur in psborrow2.
- Fixed calculation of drift HR in analysis to match simulation
psborrow 0.2.0
CRAN release: 2022-05-16
- Added
apply_mcmc()
function to make conducting analyses on non-simulated datasets easier - Added “analysis” vignette detailing the analysis model being implemented
- Added
psborrow.quiet
option to suppress package messages - Added
n.cores
argument torun_mcmc_p()
to allow the user to choose how many cores are used when running parallel processes - Various documentation tweaks/clarifications
- Changed License to Apache 2.0