forked from reconhub/outbreaker2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.44 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
Package: outbreaker2
Version: 1.1.0
Date: 2019-06-12
Title: Bayesian Reconstruction of Disease Outbreaks by Combining Epidemiologic
and Genomic Data
Authors@R: c(person("Thibaut", "Jombart",
email = "thibautjombart@gmail.com",
role = c("aut")),
person("Finlay", "Campbell",
email = "f.campbell15@imperial.ac.uk",
role = c("aut", "cre")),
person("Rich", "Fitzjohn",
email = "r.fitzjohn@imperial.ac.uk",
role = c("aut")),
person("Gerry", "Tonkin-Hill",
email = "gqt20@cam.ac.uk",
role = c("ctb")),
person("Alexis", "Robert",
email = "alexis.robert@lshtm.ac.uk",
role = c("ctb")))
Maintainer: Finlay Campbell <f.campbell15@imperial.ac.uk>
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
Depends:
R (>= 3.0.0)
Imports:
utils,
methods,
stats,
grDevices,
Rcpp,
ape,
ggplot2,
magrittr,
visNetwork
LazyData: true
LinkingTo: Rcpp
Encoding: UTF-8
RoxygenNote: 6.1.1
SystemRequirements: C++11
VignetteBuilder: knitr