-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
63 lines (63 loc) · 1.43 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
59
60
61
62
63
Type: Package
Package: coiaf
Title: Complexity of Infection Estimation with Allele Frequencies
Version: 0.1.2
Authors@R:
c(person(given = "Aris",
family = "Paschalidis",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2247-1885")),
person(given = "OJ",
family = "Watson",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-2374-0741")))
Maintainer: Aris Paschalidis <[email protected]>
Description: Provides a direct method for estimating complexity of infection
using easily calculated measures from sequence read depth data.
License: MIT + file LICENSE
URL: https://bailey-lab.github.io/coiaf/,
https://github.com/bailey-lab/coiaf
BugReports: https://github.com/bailey-lab/coiaf/issues
Depends:
R (>= 3.5.0)
Imports:
boot,
broom,
cli,
dplyr,
ggplot2,
glue,
Hmisc,
lifecycle,
magrittr,
mathjaxr,
purrr,
rlang (>= 0.4.11),
stringr,
tibble,
tidyr,
utils
Suggests:
bench,
here,
knitr,
patchwork,
pbapply,
rmarkdown,
roxygen2,
spelling,
testthat (>= 3.0.0),
vdiffr,
withr
VignetteBuilder:
knitr
RdMacros:
mathjaxr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.2