summaryrefslogtreecommitdiff
path: root/DESCRIPTION
blob: 035117c1c0856cb3c657bbc8ebbeac52a7eb657d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Package: Rnaught
Type: Package
Title: Estimate the Basic Reproduction Number of Infectious Diseases
Version: 0.1.0
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/MI2Labs/Rnaught
BugReports: https://github.com/MI2Labs/Rnaught/issues
Imports:
    methods,
    stats,
    utils
Suggests: shiny
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends: 
    R (>= 2.10)