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

Full package review for v0.2.0 #341

Merged
merged 28 commits into from
Jul 10, 2024
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
81bb6d5
Updates to data_from_epireview vignette
joshwlambert Jul 9, 2024
0b29aca
fix ebola delay variable in data_from_epireview
joshwlambert Jul 9, 2024
7c6f9da
clarify subsetting of multi-row entries in data_from_epireview
joshwlambert Jul 9, 2024
e9002b9
clarify wording on missing probability distribution in data_from_epir…
joshwlambert Jul 9, 2024
9d25944
add info on summary stat conversion in data_from_epireview
joshwlambert Jul 9, 2024
7e5fbdf
remove empty limitations section from data_from_epireview
joshwlambert Jul 9, 2024
588b8dd
Update URL in inst/CITATION
joshwlambert Jul 9, 2024
f38eca0
Return directly from switch() in as.function.epidist()
joshwlambert Jul 9, 2024
94f2433
Return directly from data.frame() in as.data.frame.epidist()
joshwlambert Jul 9, 2024
1902b92
Remove dev/ from URL in print.multi_epidist()
joshwlambert Jul 9, 2024
1275ce1
Remove unnecessary sprintf() from format.epidist()
joshwlambert Jul 9, 2024
c68c9ef
Improve wording in README intro
joshwlambert Jul 9, 2024
2f2d9d9
Automatic readme update
actions-user Jul 9, 2024
0e74977
Remove mention of loading {distributional} from epiparameter.Rmd
joshwlambert Jul 9, 2024
3144192
Improve wording on epiparameter library in epiparameter.Rmd
joshwlambert Jul 9, 2024
b9f2e6f
Remove technical note on epidist list printing in epiparameter.Rmd
joshwlambert Jul 9, 2024
646b158
print tail of appended db in epiparameter.Rmd
joshwlambert Jul 9, 2024
be14306
Clarify adding entries to database locally in epiparameter.Rmd
joshwlambert Jul 9, 2024
b0676b6
Improve wording on contributing in epiparameter.Rmd
joshwlambert Jul 9, 2024
30130cf
Remove text on generic functions in extract_convert.Rmd
joshwlambert Jul 9, 2024
be5bab3
add link to database vignette in README
joshwlambert Jul 9, 2024
2af686c
update google sheet link in README
joshwlambert Jul 9, 2024
b6b3787
refactor epiparameter.Rmd by reducing technical information on classe…
joshwlambert Jul 9, 2024
d74c15d
added @seealso tags linking convert_params_to_summary_stats and conve…
joshwlambert Jul 9, 2024
ce20e9c
Automatic readme update
actions-user Jul 9, 2024
1d812e6
updated WORDLIST
joshwlambert Jul 10, 2024
850b716
updated print.multi_epidist snapshots
joshwlambert Jul 10, 2024
e573593
add info on WHO workshop to NEWS.md
joshwlambert Jul 10, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Improve wording on epiparameter library in epiparameter.Rmd
Co-authored-by: James Azam <james.m.azam@gmail.com>
joshwlambert and jamesmbaazam authored Jul 9, 2024

Verified

This commit was signed with the committer’s verified signature.
paulo-ferraz-oliveira Paulo F. Oliveira
commit 3144192dad1f81ec33a69403bb3351acb2d625d9
2 changes: 1 addition & 1 deletion vignettes/epiparameter.Rmd
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ library(epiparameter)

### Library of epidemiological parameters

First, we will introduce the library, or database, of epidemiological parameters available from {epiparameter}. The library is stored in the package as a JSON file and can be read into R using the `epidist_db()` function. By default all entries in the library are supplied.
First, we will introduce the library, or database, of epidemiological parameters available from {epiparameter}. The library is stored internally and can be read into R using the `epidist_db()` function. By default all entries in the library are returned.

```{r read-in-library}
epi_dist_db <- epidist_db()