Skip to content

Commit 0a3b397

Browse files
committed
update README to include all package authors and extraction distributions
1 parent 0b11e23 commit 0a3b397

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ The parameters of a probability distribution can also be extracted from other su
8585
- gamma
8686
- lognormal
8787
- Weibull
88+
- normal
8889

8990
## Contributing to library of epidemiological parameters
9091

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ or the median and range of the data. This can be done for:
123123
- gamma
124124
- lognormal
125125
- Weibull
126+
- normal
126127

127128
## Contributing to library of epidemiological parameters
128129

@@ -158,17 +159,17 @@ By contributing to this project, you agree to abide by its terms.
158159
citation("epiparameter")
159160
#> To cite package 'epiparameter' in publications use:
160161
#>
161-
#> Lambert J, Kucharski A (2024). _epiparameter: Library of
162+
#> Lambert J, Kucharski A, Tamayo C (2024). _epiparameter: Library of
162163
#> Epidemiological Parameters with Helper Functions and Classes_.
163-
#> <https://github.com/epiverse-trace/epiparameter,https://epiverse-trace.github.io/epiparameter/>.
164+
#> <https://github.com/epiverse-trace/epiparameter/,https://epiverse-trace.github.io/epiparameter/>.
164165
#>
165166
#> A BibTeX entry for LaTeX users is
166167
#>
167168
#> @Manual{,
168169
#> title = {epiparameter: Library of Epidemiological Parameters with Helper Functions and Classes},
169-
#> author = {Joshua W. Lambert and Adam Kucharski},
170+
#> author = {Joshua W. Lambert and Adam Kucharski and Carmen Tamayo},
170171
#> year = {2024},
171-
#> url = {https://github.com/epiverse-trace/epiparameter,
172+
#> url = {https://github.com/epiverse-trace/epiparameter/,
172173
#> https://epiverse-trace.github.io/epiparameter/},
173174
#> }
174175
```

0 commit comments

Comments
 (0)