NEWS
SimNPH 0.5.8 (2025-09-19)
- Fixed tests: test plots with
vdiffr to avoid using non-exported functions
of plotting libraries in test cases. Fixed tests to be more robust to changes
in upstream packages and workarounds for upstream bugs, updated test artifacts
after ggplot2 update.
SimNPH 0.5.7 (2025-04-08)
- Hotfix: disabled one test to avoid an error due to changes in an upcoming
ggplot2 release
- Updated citation info.
SimNPH 0.5.6 (2025-02-20)
- Fixed minor mistakes in documentation.
- Added parameter to control x-axis expansion to
combined_plot.
- Updated tests to be compatible with upcoming release of ggplot2 3.6.0
- Replaced the reference to the pre-print with the reference to the published
paper in the description.
SimNPH 0.5.5 (2024-03-04)
- Sped up calculation of treatment arm hazard from effect size and calculation
of censoring rate from censoring proportion for progression scenarios.
- Minor improvements to plot functions and their documentation.
SimNPH 0.5.4 (2024-01-08)
- Reworked the
combined_plot function. Fixed a bug where the split_var
argument was not working. Deprecated the defunct argument scale_stairs,
providing this argument now gives a warning. Improved speed and removed
dependencies.
SimNPH 0.5.3 (2023-11-09)
- Changed the calculation of the real summary measures for the progression
scenario: corrected one mistake in the calculation of the gAHR and the
functions now use the new, faster implementation from the miniPCH package.
SimNPH 0.5.2
- Added option to suppress output in design and assumption templates.
- Changed
\dontrun to \donttest in examples.
- Improved examples in documentation.
- Cleaned up package metadata.
SimNPH 0.5.1
- Added references to the preprint of the paper to description and citation.
Added references to the preprint and the shiny app to the readme.
- First CRAN submission.
SimNPH 0.5.0
- Moved compiled functions to new package "miniPCH" to clarify structure and to
be compliant with Rcpp licence.
SimNPH 0.4.3
- Added a workaround for a bug in the
nph package, so the package no longer
requires a custom patched version of nph to work.
SimNPH 0.4.2
- Built first version of pkdown Site.