-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
28 lines (28 loc) · 1.02 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
Package: rmzTabM
Title: R Package Client for mzTab-M Reference Implementation and Validation API
Version: 1.0.5.9007
Authors@R: c(
person("Nils", "Hoffmann", email = "[email protected]", role=c("aut","cre"), comment = c(ORCID = "0000-0002-6540-6875")),
person("Steffen", "Neumann", email = "[email protected]", role=c("aut"), comment = c(ORCID = "0000-0002-7899-7192")))
Author: Nils Hoffmann [aut, cre],
Steffen Neumann [aut]
Maintainer: Nils Hoffmann <[email protected]>
Description: This is the mzTab-M reference implementation reader and writer for R.
Depends: R (>= 4.0)
Encoding: UTF-8
License: MIT + file LICENSE
URL: https://github.com/lifs-tools/rmztab-m
BugReports: https://github.com/lifs-tools/rmztab-m/issues
Suggests:
testthat,
pkgdown,
BiocStyle,
knitr,
rmarkdown,
kableExtra,
stringi
Imports: jsonlite, httr, R6, caTools, dplyr, tidyr, metabolighteR
Remotes:
github::sneumann/metabolighteR@devel
RoxygenNote: 7.2.0
VignetteBuilder: knitr