-
Notifications
You must be signed in to change notification settings - Fork 19
/
DESCRIPTION
21 lines (21 loc) · 1.27 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Package: epicontacts
Type: Package
Title: Handling, Visualisation and Analysis of Epidemiological Contacts
Version: 1.1.4
Date: 2024-04-29
Authors@R: c(person("Finlay", "Campbell", email = "[email protected]", role = c("aut", "cre")),
person("Thibaut", "Jombart", email = "[email protected]", role = c("aut")),
person("Nistara", "Randhawa", email = "[email protected]", role = c("aut")),
person("Bertrand", "Sudre", email = "[email protected]", role = c("aut")),
person("VP", "Nagraj", email = "[email protected]", role = c("aut")),
person("Thomas", "Crellen", email = "[email protected]", role = c("aut")),
person("Zhian N.", "Kamvar", email = "[email protected]", role = c("aut")))
Description: A collection of tools for representing epidemiological contact data, composed of case line lists and contacts between cases. Also contains procedures for data handling, interactive graphics, and statistics.
License: GPL (>=2)
RoxygenNote: 7.2.3
Imports: grDevices, dplyr, igraph, visNetwork, threejs, methods
Suggests: outbreaks, testthat, covr, shiny, readr, knitr, rmarkdown
VignetteBuilder: knitr
URL: https://www.repidemicsconsortium.org/epicontacts/
BugReports: https://github.com/reconhub/epicontacts/issues
Encoding: UTF-8