-Author: Who wrote it
-Maintainer: The package maintainer <yourself@somewhere.net>
-Description: More about what it does (maybe more than one line)
- Use four spaces when indenting paragraphs within the Description.
-License: What license is it under?
+Authors@R: c(
+ 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.
+License: AGPL (>= 3)
+URL: https://MI2YorkU.github.io/Rnaught, https://github.com/MI2YorkU/Rnaught
+BugReports: https://github.com/MI2YorkU/Rnaught/issues
+Imports:
+ stats,
+ utils
+Suggests:
+ knitr,
+ rmarkdown,
+ bslib,
+ shiny,
+ DT,
+ plotly