NEWS
goldilocks 0.4.1
Improvements
- Removed unused C++ global variables and dead threading code inherited from the deprecated
fastlogranktest package.
- Replaced all uses of the magrittr pipe (
%>%) with the base pipe (|>) in summarise_sims() and posterior(), and removed the dplyr::%>% re-export from the NAMESPACE.
Housekeeping
- Added unit tests for
enrollment(), randomization(), pwe_sim(), pwe_impute(), ppwe(), prop_to_haz(), sim_comp_data(), and summarise_sims().
- Added
_pkgdown.yml configuration for a documentation website.
- Added GitHub Actions workflow for pkgdown site deployment.
- Updated GitHub Actions (
actions/checkout, actions/upload-artifact) from v4 to v5 for Node.js 24 compatibility.
- Added
.positai to .Rbuildignore to suppress R CMD check NOTE.
- Updated README to clarify that the C++ log-rank code was ported from the now-deprecated
fastlogranktest package.
goldilocks 0.4.0 (2025-01-08)
Main updates
- Because
fastlogranktest is no longer available on CRAN, a copy of the C++
code and wrapper from the CRAN archive have been included directly into the
source code of this package.
Housekeeping
- Updated GitHub actions workflows
- Updated README badges
- Changed logic check in
summarise_sims.R
goldilocks 0.3.1
Features
- Added a chi-square test for binomial data
Bugs
- Fixed a small bug in
summarise_sims()
Housekeeping
- Restructured code so complete trial data is generated by
sim_comp_data()
- Restructured code so interim stopping tests are done by
test_stop_success()
- Restructured code so final analysis is done by
test_final()
- Added URL links to DESCRIPTION
- Updates to documentation
- Removed appveyor check and badge
goldilocks 0.3.0 (2021-05-10)
- Added a
NEWS.md file to track changes to the package.
- First CRAN submission.