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

Remove add_ct argument #104

Merged
merged 10 commits into from
Apr 29, 2024
Merged

Remove add_ct argument #104

merged 10 commits into from
Apr 29, 2024

Conversation

joshwlambert
Copy link
Member

This PR addresses part of #41 by removing the add_ct argument. The argument is removed from sim_linelist() and sim_outbreak() and internal functions that these exported functions call.

These changes move towards simplifying the function signatures of the exported simulation functions, as much as possible, as well as having consistent data output from exported functions. In this case the dimensions of the line list <data.frame> from sim_linelist() and sim_outbreak(). A bullet point has been added to the design principles vignette (design-principles.Rmd) to make this point.

A new vignette has been added on data wrangling. This vignette will grow over time to include common data wrangling tasks required for line list and contact tracing data; providing tidyverse and base R examples.

@joshwlambert joshwlambert added documentation Improvements or additions to documentation enhancement New feature or request labels Apr 26, 2024
@joshwlambert joshwlambert requested a review from Bisaloo April 26, 2024 09:56
vignettes/wrangling-linelist.Rmd Outdated Show resolved Hide resolved
vignettes/wrangling-linelist.Rmd Outdated Show resolved Hide resolved
vignettes/wrangling-linelist.Rmd Outdated Show resolved Hide resolved
joshwlambert and others added 2 commits April 29, 2024 12:30
Co-authored-by: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com>
Co-authored-by: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com>
vignettes/wrangling-linelist.Rmd Outdated Show resolved Hide resolved
vignettes/wrangling-linelist.Rmd Outdated Show resolved Hide resolved
Co-authored-by: Hugo Gruson <10783929+Bisaloo@users.noreply.github.com>
@joshwlambert joshwlambert merged commit a79290d into main Apr 29, 2024
8 checks passed
@joshwlambert joshwlambert deleted the rm_add_ct branch April 29, 2024 13:29
This was referenced Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants