-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
31 lines (31 loc) · 1 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
Package: cmmr
Title: CEU Mass Mediator RESTful API
Version: 1.0.5
Depends: R (>= 4.4.0)
Imports: httr,
progress,
RJSONIO,
jsonlite,
cli
Authors@R: c(
person("Yaoxiang", "Li",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID="0000-0001-9200-1016")),
person("Alberto", "Gil de la Fuente",
role = c("aut")),
person("Charles", "Hinzman",
role = "aut"),
person("Amrita", "Cheema",
role = "aut"))
Description: CEU (CEU San Pablo University) Mass Mediator is an on-line tool for aiding researchers in
performing metabolite annotation. 'cmmr' (CEU Mass Mediator RESTful API) allows
for programmatic access in R: batch search, batch advanced search, MS/MS (tandem mass spectrometry) search, etc.
For more information about the API Endpoint please go to <https://github.com/YaoxiangLi/cmmr>.
License: GPL-3
Encoding: UTF-8
LazyData: true
URL: https://github.com/YaoxiangLi/cmmr
RoxygenNote: 7.3.2
Suggests:
testthat