]> nmode's Git Repositories - Rnaught/blob - DESCRIPTION
Prepare package for use of vignettes
[Rnaught] / DESCRIPTION
1 Package: Rnaught
2 Type: Package
3 Title: Estimate the Basic Reproduction Number of Infectious Diseases
4 Version: 0.1.0
5 Authors@R: c(
6 person("Sawitree", "Boonpatcharanon", role="aut"),
7 person("Jane", "Heffernan", role="aut"),
8 person("Hanna", "Jankowski", role="aut"),
9 person("Naeem", "Model", role=c("aut", "cre"), email="me@nmode.ca"))
10 Description: A collection of methods for estimating the basic reproduction
11 number (R0) of infectious diseases. Optionally available as a web
12 application using the 'shiny' framework.
13 License: AGPL (>= 3)
14 URL: https://github.com/MI2Labs/Rnaught
15 BugReports: https://github.com/MI2Labs/Rnaught/issues
16 Imports:
17 methods,
18 stats,
19 utils
20 Suggests:
21 knitr,
22 rmarkdown,
23 shiny
24 Encoding: UTF-8
25 LazyData: true
26 Roxygen: list(markdown = TRUE)
27 RoxygenNote: 7.2.3
28 Depends:
29 R (>= 2.10)
30 VignetteBuilder: knitr