X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/80624375941bebfd3629f3972555e5a63ba66ec1..c4fb00eacdd2cc19ec70a1a9292501809caa80bd:/DESCRIPTION diff --git a/DESCRIPTION b/DESCRIPTION index d9d5d53..035117c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,12 +11,16 @@ 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. License: AGPL (>= 3) -URL: https://github.com/hannajankowski/Rnaught -BugReports: https://github.com/hannajankowski/Rnaught/issues -Suggests: - shiny, - shinyBS, - shinyjs +URL: https://github.com/MI2Labs/Rnaught +BugReports: https://github.com/MI2Labs/Rnaught/issues +Imports: + methods, + stats, + utils +Suggests: shiny Encoding: UTF-8 LazyData: true +Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 +Depends: + R (>= 2.10)