-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
62 lines (62 loc) · 1.66 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
Package: regentrans
Title: A framework and R package for using genomics to study regional pathogen transmission
Version: 1.0.0
Authors@R: c(
person(given = "Sophie",
family = "Hoffman",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2518-6422")),
person(given = "Zena",
family = "Lapp",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4674-2176")),
person(given = "Joyce",
family = "Wang",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8674-1015")),
person(given = "Evan",
family = "Snitkin",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8409-278X")))
URL: https://snitkin-lab-umich.github.io/regentrans/index.html
BugReports: https://github.com/Snitkin-Lab-Umich/regentrans/issues
Description: Tools and framework for studying regional pathogen transmission using genomic data.
See the GitHub page <https://github.com/Snitkin-Lab-Umich/regentrans>
for more information, documentation, and examples.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
dplyr,
ape,
phytools,
tidyr,
igraph,
stats,
future.apply,
purrr,
tibble,
rlang
Suggests:
testthat,
devtools,
knitr,
ggplot2,
ggtree,
pheatmap,
gridExtra,
cowplot,
scales,
readr,
rmarkdown,
doFuture,
tidyverse
VignetteBuilder: knitr
Depends:
R (>= 2.10)