diff options
author | Naeem Model <me@nmode.ca> | 2023-06-24 23:35:35 +0000 |
---|---|---|
committer | Naeem Model <me@nmode.ca> | 2023-06-24 23:35:35 +0000 |
commit | 4a0971cc60ed64729a23353b2f03177a723e331a (patch) | |
tree | f94d0ed4529e30d54ed9723a26650c731a5c157f /inst/CITATION | |
parent | 80624375941bebfd3629f3972555e5a63ba66ec1 (diff) |
Add citations for the package and article
Diffstat (limited to 'inst/CITATION')
-rw-r--r-- | inst/CITATION | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/inst/CITATION b/inst/CITATION new file mode 100644 index 0000000..d3771db --- /dev/null +++ b/inst/CITATION @@ -0,0 +1,16 @@ +bibentry("Manual", + other = unlist(citation(auto=meta), recursive=FALSE) +) + +bibentry("Article", + doi = "10.1371/journal.pone.0269306", + author = "Sawitree Boonpatcharanon, Jane M. Heffernan, Hanna Jankowski" , + journal = "PLOS ONE", + publisher = "Public Library of Science", + title = "Estimating the basic reproduction number at the beginning of an outbreak", + year = 2022, + month = 6, + volume = 17, + pages = "1-24", + number = 6 +) |