-
Notifications
You must be signed in to change notification settings - Fork 3
Replace copyrighted slide figures with freely-licensed equivalents #538
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
Merged
d-morrison
merged 32 commits into
feat/intro-lecture-slides
from
claude/peaceful-lovelace-4ev57s
Jun 23, 2026
Merged
Changes from 26 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
b84b0be
try to not skip
d-morrison 9cb8930
Merge branch 'main' into sim-pop-multi-no-skip
d-morrison 5a6269b
Change "seroconversion" to "seroincidence" in plot axis titles
kristinawlai 4b37d32
update news
kristinawlai 51f95ce
update wordlist
kristinawlai 9f5f1e7
update tests
kristinawlai cb16b92
Remove ssdtools dependency from sim_pop_data_multi test (#447)
github-actions[bot] b731d32
Merge remote-tracking branch 'origin/main' into sim-pop-multi-no-skip
claude cac5607
Bump dev version to 1.4.0.9014
claude 7ab6678
Add 'gh' to WORDLIST to fix spellcheck
claude b823bc9
fix(test): lower snapshot precision to 3 sig figs for cross-platform …
github-actions[bot] db7aa64
Merge remote-tracking branch 'origin/main' into sim-pop-multi-no-skip
claude 78854cd
Bump dev version to 1.4.0.9015
claude a633ded
Quantize simulated inter-infection times for cross-platform reproduci…
claude b6505b0
Fix lint and spelling in cross-platform reproducibility change
claude 0fa572b
test: regenerate sim_pop_data snapshots after quantize fix
github-actions[bot] 32e9447
update roxygen2
kristinawlai 3a085ab
Merge branch 'main' into bugfix/summary_axis_labels
kristinawlai ff2bd4b
increment version
kristinawlai 4496107
Merge branch 'bugfix/summary_axis_labels' of https://github.com/UCD-S…
kristinawlai 12abd38
Merge pull request #532 from UCD-SERG/bugfix/summary_axis_labels
d-morrison a01cf73
Merge remote-tracking branch 'origin/main' into sim-pop-multi-no-skip
claude 5c2dd46
Bump dev version to 1.4.0.9016
claude 28b6cec
Merge pull request #447 from UCD-SERG/sim-pop-multi-no-skip
d-morrison ce688e1
Merge remote-tracking branch 'origin/feat/intro-lecture-slides' into …
claude a0f3ccd
Replace copyrighted slide figures with freely-licensed equivalents
claude 1b17339
Add maps to Suggests for methodology vignette
claude 509122e
Re-add skip_on_cran() to sim_pop_data_multi test; sharpen NEWS bullet
claude 4854034
Fix inaccurate comment: t_end may be fractional, not t0
claude 9f57f8f
Merge feat/intro-lecture-slides; resolve methodology.qmd conflicts
claude 8c36a9c
ci: expose pkgdown build errors (quiet = FALSE) for diagnostics
claude f508ced
chore: bump version to 1.4.1.9000 to satisfy serodynamics >= 1.4.1
claude File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| #' Quantize an inter-infection time to whole days | ||
| #' | ||
| #' Rounds a continuous inter-infection time (in days) to the nearest whole | ||
| #' day, with a floor of one day. The antibody-kinetics simulation in | ||
| #' `simresp.tinf()` already operates on a daily grid, but the number of | ||
| #' `while()`-loop iterations (and hence the number of random draws consumed) | ||
| #' otherwise depends on the platform-specific floating-point result of | ||
| #' `log()`. Quantizing to whole days keeps random-number consumption | ||
| #' identical across operating systems, so simulated data and its snapshots | ||
| #' are reproducible on macOS, Windows, and Linux. | ||
| #' | ||
| #' The floor of one day prevents a zero-length step, which would otherwise | ||
| #' stall the `while()` loop in `simresp.tinf()`. | ||
| #' | ||
| #' @param t_next a positive [numeric] scalar inter-infection time, in days | ||
| #' @returns a whole-number-valued [numeric] scalar, at least 1 | ||
| #' @noRd | ||
| quantize_t_next <- function(t_next) { | ||
| max(1, round(t_next)) | ||
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -38,7 +38,6 @@ Seroepidemiology | |
| Seroincidence | ||
| Serological | ||
| Shigella | ||
| Springer | ||
| TCVs | ||
| TW | ||
| Trombicula | ||
|
|
||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.