]> nmode's Git Repositories - Rnaught/blob - DESCRIPTION
Enter data html updated
[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/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 Encoding: UTF-8
26 LazyData: true
27 Roxygen: list(markdown = TRUE)
28 RoxygenNote: 7.2.3
29 Depends:
30 R (>= 2.10)
31 VignetteBuilder: knitr