Skip to content

Update NEWS.md

83beeaf
Select commit
Loading
Failed to load commit list.
Merged

add_quantile() plateau bug fix #273

Update NEWS.md
83beeaf
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed Started 2026-04-07 23:02:58 ago

0 / 13 tasks completed

13 tasks still to be completed

Details

Required Tasks

Task Status
Ensure all package dependencies are installed by running renv::install() Incomplete
PR branch has pulled the most recent updates from master branch. Ensure the pull request branch and your local version match and both have the latest updates from the master branch. Incomplete
If a new function was added, function included in _pkgdown.yml Incomplete
If a bug was fixed, a unit test was added for the bug check Incomplete
Run pkgdown::build_site(). Check the R console for errors, and review the rendered website. Incomplete
Overall code coverage remains >99.5%. Review coverage with withr::with_envvar(list(CI = TRUE), code = devtools::test_coverage()). Begin in a fresh R session without any packages loaded. Incomplete
R CMD Check runs without errors, warnings, and notes Incomplete
usethis::use_spell_check() runs with no spelling errors in documentation Incomplete
Update NEWS.md with the changes from this pull request under the heading "# ggsurvfit (development version)". If there is an issue associated with the pull request, reference it in parentheses at the end update (see NEWS.md for examples). Incomplete
Increment the version number using usethis::use_version(which = "dev") Incomplete
Run usethis::use_spell_check() again Incomplete
Approve Pull Request Incomplete
Merge the PR. Please use "Squash and merge". Incomplete