]> nmode's Git Repositories - Rnaught/blob - DESCRIPTION
Update authors
[Rnaught] / DESCRIPTION
1 Package: Rnaught
2 Type: Package
3 Title: Estimate the Basic Reproduction Number (R0) of Infectious Diseases
4 Version: 0.1.0
5 Authors@R: c(
6 person("Naeem", "Model", role=c("aut", "cre"), email="me@nmode.ca"),
7 person("Sawitree", "Boonpatcharanon", role="aut"),
8 person("Jane", "Heffernan", role="aut"),
9 person("Hanna", "Jankowski", role="aut"),
10 person("Tatiana", "Krikella", role="aut"))
11 Description: An R package and web application for estimating the basic
12 reproduction number (R0) of infectious diseases.
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 shiny,
23 bslib,
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