summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaeem Model <me@nmode.ca>2023-06-24 23:09:45 +0000
committerNaeem Model <me@nmode.ca>2023-06-24 23:09:45 +0000
commit80624375941bebfd3629f3972555e5a63ba66ec1 (patch)
tree043de5275d692b9bc2879ee53439240e007eb190
parent5802a8d248c4f02187b4fcd6a405cfa1ed916b81 (diff)
Update DESCRIPTION
-rw-r--r--DESCRIPTION22
1 files changed, 16 insertions, 6 deletions
diff --git a/DESCRIPTION b/DESCRIPTION
index 4558fa8..d9d5d53 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,12 +1,22 @@
Package: Rnaught
Type: Package
-Title: What the Package Does (Title Case)
+Title: Estimate the Basic Reproduction Number of Infectious Diseases
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("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://github.com/hannajankowski/Rnaught
+BugReports: https://github.com/hannajankowski/Rnaught/issues
+Suggests:
+ shiny,
+ shinyBS,
+ shinyjs
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3