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.
This pull request includes several changes to the
epiworldR
package, focusing on updates to versioning, documentation, and model parameters. The most important changes include updating the versioning system, modifying README examples, and updating the citation information.Versioning and Documentation Updates:
DESCRIPTION
: Updated the package version to0.6.0.0
and adjusted author roles.NEWS.md
: Changed the version number and added a note about the new versioning system for R-only patches. [1] [2]README Example Updates:
README.md
: Updated SIR model final distribution and performance metrics. [1] [2] [3]README.md
: Adjusted agent states and reproductive number values in the model examples. [1] [2]Citation Information:
README.md
: Updated the citation information to reflect the new version and authorship.inst/CITATION
: Updated the citation year to 2024 and added Andrew Pulsipher as an author. [1] [2]Vignette Updates:
vignettes/likelihood-free-mcmc.Rmd
: Modified model parameters and added a new section to plot parameter traces. [1] [2] [3] [4] [5]