Skip to content

Feat/issue432/revert to est seroincidence#433

Merged
d-morrison merged 14 commits into
mainfrom
feat/issue432/revert-to-est_seroincidence
Jun 23, 2025
Merged

Feat/issue432/revert to est seroincidence#433
d-morrison merged 14 commits into
mainfrom
feat/issue432/revert-to-est_seroincidence

Conversation

@kristinawlai

Copy link
Copy Markdown
Collaborator

Revert function names to be consistent with decision to use "seroincidence"

@kristinawlai kristinawlai linked an issue Apr 14, 2025 that may be closed by this pull request
@kristinawlai kristinawlai force-pushed the feat/issue432/revert-to-est_seroincidence branch from 7b4e433 to 1535e08 Compare April 14, 2025 22:01
@kristinawlai kristinawlai reopened this Apr 14, 2025
@codecov

codecov Bot commented Apr 14, 2025

Copy link
Copy Markdown

Codecov Report

Attention: Patch coverage is 66.66667% with 6 lines in your changes missing coverage. Please review.

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
R/utils.R 60.00% 4 Missing ⚠️
R/autoplot.seroincidence.R 0.00% 1 Missing ⚠️
R/est_seroincidence.R 66.66% 1 Missing ⚠️
Files with missing lines Coverage Δ
R/estimate_scr_by.R 91.94% <100.00%> (ø)
R/print.seroincidence.R 100.00% <ø> (ø)
R/summary.seroincidence.R 82.35% <ø> (ø)
R/autoplot.seroincidence.R 0.00% <0.00%> (ø)
R/est_seroincidence.R 64.84% <66.66%> (ø)
R/utils.R 31.25% <60.00%> (-0.50%) ⬇️

@github-actions

github-actions Bot commented Apr 14, 2025

Copy link
Copy Markdown
Contributor

📕 Preview documentation for this PR has been cleaned up.

@kristinawlai

Copy link
Copy Markdown
Collaborator Author

Notes... I tests pass in R studio but not in GitHub checks. I think the the issue in is estimate_scr_by lines 202 and/or 239.

202: what = estimate_scr <- I had changed this to 'est_seroincidence by then was seeing errors in tests saying "object est_seroincidence could not be found". I reverted to estimate_scr and tests passed. However, now on GitHub tests, errors say "object estimate_scr cannot be found".

239: what = est_seroincidence <- this was updated but doesn't seem to be causing issues?

@kristinawlai

Copy link
Copy Markdown
Collaborator Author

@d-morrison Should be ready for review. The remaining failing lints are from internal function names in snake case.

@kristinawlai kristinawlai marked this pull request as ready for review June 16, 2025 22:36
@kristinawlai kristinawlai requested a review from d-morrison June 16, 2025 22:36

@d-morrison d-morrison left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good!

@d-morrison d-morrison merged commit 2ab22b9 into main Jun 23, 2025
16 of 17 checks passed
@d-morrison d-morrison deleted the feat/issue432/revert-to-est_seroincidence branch June 23, 2025 19:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Revert estimate_scr() to est_seroincidence()

2 participants