forked from seroanalytics/serosolver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
58 lines (58 loc) · 1.49 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
57
58
Package: serosolver
Title: Inference Framework for Serological Data
Version: 1.0.1
Authors@R:
c(person(given = "James",
family = "Hay",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-1998-1844")),
person(given = "Adam",
family = "Kucharski",
email = "[email protected]",
role = "aut"),
person(given="Kylie",
family="Ainslie",
role="aut",
email="[email protected]"),
person(given="Amanda",
family="Minter",
role="aut",
email="[email protected]"),
person(given="Steven",
family="Riley",
role="aut",
email="[email protected]"))
Maintainer: James Hay <[email protected]>
Description: Given a table of serological data for a population, infers the
presence and timing of infections based on raised titres.
License: GPL-3
LazyData: TRUE
URL: https://github.com/seroanalytics/serosolver
BugReports: https://github.com/seroanalytics/serosolver/issues
Depends: R (>= 3.5.0)
Imports:
data.table,
ggplot2,
plyr,
Rcpp
Suggests:
coda,
foreach,
knitr,
Matrix,
rmarkdown,
testthat,
GGally,
MASS,
bayesplot,
deSolve,
reshape2
LinkingTo:
Rcpp,
RcppArmadillo,
RcppParallel
SystemRequirements: C++11
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Encoding: UTF-8