]> nmode's Git Repositories - Rnaught/blobdiff - DESCRIPTION
Create subheadings in pkgdown reference page
[Rnaught] / DESCRIPTION
index 4558fa8aacb2a90caa1120ce2d75dd637decea5e..254fe46bb9c4d781df0558d1a0ce364660dce622 100644 (file)
@@ -1,12 +1,32 @@
 Package: Rnaught
 Type: Package
 Package: Rnaught
 Type: Package
-Title: What the Package Does (Title Case)
+Title: Estimate the Basic Reproduction Number (R0) of Infectious Diseases
 Version: 0.1.0
 Version: 0.1.0
-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("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("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://MI2YorkU.github.io/Rnaught, https://github.com/MI2YorkU/Rnaught
+BugReports: https://github.com/MI2YorkU/Rnaught/issues
+Imports:
+    stats,
+    utils
+Suggests: 
+    knitr,
+    rmarkdown,
+    shiny,
+    bslib,
+    DT,
+    plotly
 Encoding: UTF-8
 LazyData: true
 Encoding: UTF-8
 LazyData: true
+Roxygen: list(markdown = TRUE)
 RoxygenNote: 7.2.3
 RoxygenNote: 7.2.3
+Depends: 
+    R (>= 2.10)
+VignetteBuilder: knitr