-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
51 lines (51 loc) · 1.35 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
Package: metaboData
Type: Package
Title: Example Metabolomics Data Sets
Version: 0.6.3
Authors@R: c(
person("Jasen", "Finch",
email = "jsf9@aber.ac.uk",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-6070-7476")
),
person("Manfred", "Beckmann",
email = "meb@aber.ac.uk",
role = c("ctb")
),
person("David", "Enot",
role = c("ctb")
),
person("Wanchang", "Lin",
role = c("ctb")
)
)
Description: Data sets from a variety of biological sample matrices,
analysed using a number of mass spectrometry based metabolomic analytical techniques.
The example data sets are stored remotely using GitHub releases
<https://github.com/aberHRML/metaboData/releases> which can be accessed from R using the package.
The package also includes the 'abr1' FIE-MS data set from the 'FIEmspro' package <https://users.aber.ac.uk/jhd/> <doi:10.1038/nprot.2007.511>.
Depends: R (>= 3.4.0)
Imports:
dplyr,
fs,
magrittr,
piggyback,
purrr,
readr,
rlang,
stringr,
tibble,
yaml
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.2
Suggests:
testthat,
covr,
knitr,
rmarkdown,
prettydoc
URL: https://aberhrml.github.io/metaboData/
BugReports: https://github.com/aberHRML/metaboData/issues
VignetteBuilder: knitr