]> nmode's Git Repositories - Rnaught/blobdiff - DESCRIPTION
Update about.html
[Rnaught] / DESCRIPTION
index 586a1399f126be6834e02d46b1611e67a1825188..6795ab3ed82f8589bac7a2d91eb0ceead029b6f3 100644 (file)
@@ -1,26 +1,28 @@
 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="aut"))
+Description: An R package and web application for estimating the basic
+    reproduction number (R0) of infectious diseases.
 License: AGPL (>= 3)
-URL: https://github.com/MI2Labs/Rnaught
-BugReports: https://github.com/MI2Labs/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: 
     knitr,
     rmarkdown,
-    shiny
+    shiny,
+    bslib,
+    DT,
+    plotly
 Encoding: UTF-8
 LazyData: true
 Roxygen: list(markdown = TRUE)