X-Git-Url: https://git.nmode.ca/Rnaught/blobdiff_plain/eac4c3ce4344ec3a4b515250cb7b3aa18ce9db8e..23702578642dcf54608777bb40d5be322aaee074:/DESCRIPTION?ds=inline diff --git a/DESCRIPTION b/DESCRIPTION index d9fdfad..80b5a27 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -11,15 +11,22 @@ 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 +URL: https://MI2YorkU.github.io/Rnaught, https://github.com/MI2YorkU/Rnaught +BugReports: https://github.com/MI2YorkU/Rnaught/issues Imports: - methods, stats, utils -Suggests: +Suggests: + knitr, + rmarkdown, + bslib, shiny, - shinyBS + DT, + plotly Encoding: UTF-8 LazyData: true +Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 +Depends: + R (>= 2.10) +VignetteBuilder: knitr