-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathDESCRIPTION
executable file
·49 lines (49 loc) · 1.21 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
Package: ftmsRanalysis
Title: Analysis and visualization tools for FT-MS data
Version: 1.1.0
Authors@R: c(person("Lisa", "Bramer", email = "[email protected]", role = c("aut", "cre")),
person("Amanda", "White", email = "[email protected]", role = c("aut")),
person("Allison", "Thompson", email = "[email protected]", role = c("ctb")),
person("Daniel", "Claborne", email = "[email protected]", role = c("ctb")))
Description: A collection of useful analysis and visualization tools for ICR data.
Depends:
R (>= 3.4.0)
License: file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/EMSL-Computing/ftmsRanalysis
BugReports: https://github.com/EMSL-Computing/ftmsRanalysis/issues
Imports:
ape,
dplyr (>= 0.7.0),
igraph,
plotly (>= 4.8.0),
RColorBrewer,
rlang (>= 0.1.4),
scales,
tibble,
tidyr,
reshape2,
vegan,
data.table,
ggplot2,
lazyeval,
stringr,
magrittr,
readr
Suggests:
MetaCycData,
datadr,
knitr,
rmarkdown,
foreach,
doParallel,
testthat,
purrr,
viridis,
DT
Remotes:
github::delta-rho/datadr,
github::EMSL-Computing/MetaCycData
VignetteBuilder: knitr
RoxygenNote: 7.2.3