-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
85 lines (85 loc) · 1.84 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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
Package: MolEvolvR
Title: Molecular Evolution and Phylogeny
Version: 0.99.9
Authors@R:
c(person("Janani", "Ravi", email = "janani.ravi@cuanschutz.edu", role = c("aut", "cre"),
comment=c(ORCID="0000-0001-7443-925X")),
person("David", "Mayer", role = "aut",
comment = c(ORCID = "")),
person("Evan", "Brenner", role = "aut",
comment = c(ORCID = "")),
person("Faisal", "Alquaddoomi", role = "aut",
comment = c(ORCID = "")),
person("Samuel", "Chen", role = "ctb",
comment = c(ORCID = "")),
person("Lo", "Sosinski", role = "ctb",
comment = c(ORCID = "")),
person("Joseph", "Burke", role = "ctb",
comment = c(ORCID = "")),
person("Jacob", "Krol", role = "ctb",
comment = c(ORCID = "")))
Description: This R package provides a framework for characterizing proteins using molecular evolution and phylogeny.
License: BSD_3_clause + file LICENSE
URL: https://github.com/jravilab/molevolvr, https://jravilab.github.io/MolEvolvR/
BugReports: https://github.com/jravilab/molevolvr/issues
biocViews:
Depends:
R (>= 4.4.0)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Imports:
ape,
assertthat,
base64enc,
Biostrings,
biomartr,
d3r,
data.table,
DBI,
doParallel,
dplyr,
forcats,
fs,
furrr,
future,
gggenes,
ggplot2,
glue,
gridExtra,
here,
htmltools,
htmlwidgets,
igraph,
latexpdf,
magrittr,
msa,
pdftools,
phangorn,
plotly,
purrr,
RColorBrewer,
readr,
rentrez,
rlang,
RMariaDB,
sendmailR,
seqinr,
shiny,
stringi,
stringr,
sunburstR,
tibble,
tidyr,
tinytex,
tools,
UpSetR,
viridis,
visNetwork,
wordcloud,
wordcloud2,
XVector,
yaml
Suggests:
knitr