-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
44 lines (44 loc) · 1.2 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
Package: enviGCMS
Type: Package
Title: GC/LC-MS Data Analysis for Environmental Science
Version: 0.7.3
Authors@R: c(person(given = "Miao", family = "YU",
role = c("aut", "cre"),
email = "yufreecas@gmail.com",
comment = c(ORCID = "0000-0002-2804-6014")),
person(given = "Thanh", family = "Wang",
role = c("ctb"),
email = "Thanh.Wang@oru.se",
comment = c(ORCID = "0000-0002-5729-1908")))
Description: Gas/Liquid Chromatography-Mass Spectrometer(GC/LC-MS) Data Analysis for Environmental Science. This package covered topics such molecular isotope ratio, matrix effects and Short-Chain Chlorinated Paraffins analysis etc. in environmental analysis.
URL: https://github.com/yufree/enviGCMS
BugReports: https://github.com/yufree/enviGCMS/issues
License: GPL-2
Encoding: UTF-8
LazyData: true
Suggests: knitr,
testthat,
xcms,
MSnbase,
plotly,
shiny,
rmarkdown,
DT,
crosstalk
VignetteBuilder: knitr
biocViews:
Depends: R (>= 2.10)
Imports:
Rdisop,
BiocParallel,
grDevices,
graphics,
stats,
utils,
methods,
animation (>= 2.2.3),
RColorBrewer,
mixtools,
data.table,
igraph
RoxygenNote: 7.2.3