]> nmode's Git Repositories - Rnaught/blob - DESCRIPTION
80b5a279f9482b574ca8cf5eb93a85810e37b7b8
[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://MI2YorkU.github.io/Rnaught, https://github.com/MI2YorkU/Rnaught
15 BugReports: https://github.com/MI2YorkU/Rnaught/issues
16 Imports:
17 stats,
18 utils
19 Suggests:
20 knitr,
21 rmarkdown,
22 bslib,
23 shiny,
24 DT,
25 plotly
26 Encoding: UTF-8
27 LazyData: true
28 Roxygen: list(markdown = TRUE)
29 RoxygenNote: 7.2.3
30 Depends:
31 R (>= 2.10)
32 VignetteBuilder: knitr