X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/80624375941bebfd3629f3972555e5a63ba66ec1..d863f1db42f0de8dbcf2029331eb2eabc77614b3:/DESCRIPTION diff --git a/DESCRIPTION b/DESCRIPTION index d9d5d53..254fe46 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,22 +1,32 @@ Package: Rnaught Type: Package -Title: Estimate the Basic Reproduction Number of Infectious Diseases +Title: Estimate the Basic Reproduction Number (R0) of Infectious Diseases Version: 0.1.0 Authors@R: c( + person("Naeem", "Model", role=c("aut", "cre"), email="me@nmode.ca"), person("Sawitree", "Boonpatcharanon", role="aut"), person("Jane", "Heffernan", role="aut"), person("Hanna", "Jankowski", role="aut"), - person("Naeem", "Model", role=c("aut", "cre"), email="me@nmode.ca")) -Description: A collection of methods for estimating the basic reproduction - number (R0) of infectious diseases. Optionally available as a web - application using the 'shiny' framework. + person("Tatiana", "Krikella", role="ctb")) +Description: An R package and web application for estimating the basic + reproduction number (R0) of infectious diseases. License: AGPL (>= 3) -URL: https://github.com/hannajankowski/Rnaught -BugReports: https://github.com/hannajankowski/Rnaught/issues -Suggests: +URL: https://MI2YorkU.github.io/Rnaught, https://github.com/MI2YorkU/Rnaught +BugReports: https://github.com/MI2YorkU/Rnaught/issues +Imports: + stats, + utils +Suggests: + knitr, + rmarkdown, shiny, - shinyBS, - shinyjs + bslib, + DT, + plotly Encoding: UTF-8 LazyData: true +Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 +Depends: + R (>= 2.10) +VignetteBuilder: knitr