-
Notifications
You must be signed in to change notification settings - Fork 20
/
DESCRIPTION
56 lines (56 loc) · 1.56 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
Package: outbreaker2
Version: 1.1.3
Date: 2022-05-23
Title: Bayesian Reconstruction of Disease Outbreaks by Combining Epidemiologic
and Genomic Data
Authors@R: c(person("Thibaut", "Jombart",
email = "[email protected]",
role = c("aut")),
person("Finlay", "Campbell",
email = "[email protected]",
role = c("aut", "cre")),
person("Rich", "Fitzjohn",
email = "[email protected]",
role = c("aut")),
person("Gerry", "Tonkin-Hill",
email = "[email protected]",
role = c("ctb")),
person("Kristjan", "Eldjarn",
email = "[email protected]",
role = c("ctb")),
person("Alexis", "Robert",
email = "[email protected]",
role = c("ctb")))
Maintainer: Finlay Campbell <[email protected]>
Description: Bayesian reconstruction of disease outbreaks using epidemiological
and genetic information. Jombart T, Cori A, Didelot X, Cauchemez S, Fraser
C and Ferguson N. 2014. <doi:10.1371/journal.pcbi.1003457>. Campbell, F,
Cori A, Ferguson N, Jombart T. 2019. <doi:10.1371/journal.pcbi.1006930>.
License: MIT + file LICENSE
Suggests:
coda,
microbenchmark,
testthat,
knitr,
rmarkdown,
igraph,
epicontacts,
adegenet
Depends:
R (>= 3.0.0)
Imports:
utils,
methods,
stats,
grDevices,
Rcpp,
ape,
ggplot2,
magrittr,
visNetwork
LazyData: true
LinkingTo: Rcpp
Encoding: UTF-8
RoxygenNote: 7.1.2
SystemRequirements: C++11
VignetteBuilder: knitr