Fix wrong p value ggcuminc #261
Closed
Task list completed / task-list-completed
Started
2025-09-29 21:21:45
ago
8 / 13 tasks completed
5 tasks still to be completed
Details
Required Tasks
| Task | Status |
|---|---|
Ensure all package dependencies are installed by running renv::install() |
Completed |
| 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. | Completed |
If a new function was added, function included in _pkgdown.yml |
Completed |
| If a bug was fixed, a unit test was added for the bug check | Completed |
Run pkgdown::build_site(). Check the R console for errors, and review the rendered website. |
Completed |
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. |
Completed |
| R CMD Check runs without errors, warnings, and notes | Completed |
usethis::use_spell_check() runs with no spelling errors in documentation |
Completed |
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 |
Loading