Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unname layers #234

Merged
merged 2 commits into from
Jan 24, 2025

Merge branch 'main' into unname_layer

dcacaec
Select commit
Loading
Failed to load commit list.
Merged

Unname layers #234

Merge branch 'main' into unname_layer
dcacaec
Select commit
Loading
Failed to load commit list.
Task list completed / task-list-completed Started 2025-01-28 14:54:29 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