Changes in version 0.2 (2026-05-11) - Added functionality for simulating data for Cox regression; coxph_data_sim(). - Added functionality for computing Bayes factor for Cox regression; coxph_bf(). Changes in version 0.1.1 (2021-03-28) - Added a NEWS.md file to track changes to the package. - Fixed bug about incorrect Bayes factor when using infer_bf() with ni_margin_std = TRUE. - Fixed bug about calculation of t-value when using infer_bf() with direction = "high". - Fixed bug about placement of prior when using infer_bf(). - Removed argument "alternative" for super_bf(). - Incorporated exact hypotheses when printing results. - Updated function documentation.