-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
35 lines (35 loc) · 1004 Bytes
/
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
Package: metabolighteR
Type: Package
Title: Interface to the 'Metabolights' REST API
Version: 0.1.4
Date: 2024-02-26
Authors@R: c(
person("Tom", "Wilson", , "[email protected]", c("aut", "cre"), comment = c(ORCID = '0000-0003-3112-4682')),
person("Steffen", "Neumann",, "[email protected]", "ctb",comment = c(ORCID = "0000-0002-7899-7192")))
Description: Access to the 'Metabolights' REST API <https://www.ebi.ac.uk/metabolights/index>. Retrieve elements of publicly available 'Metabolights' studies.
Depends:
magrittr
Imports:
httr,
dplyr,
purrr,
crayon,
jsonlite,
stringr
License: GPL (>= 3)
URL: https://github.com/aberHRML/metabolighteR
BugReports: https://github.com/aberHRML/metabolighteR/issues
RoxygenNote: 7.2.3
Encoding: UTF-8
Suggests:
covr,
testthat,
tibble,
knitr,
rmarkdown,
tidyr,
BiocStyle,
dbplyr
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
biocViews: RepositoryData, Metabolomics, MassSpectrometryData