-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
37 lines (37 loc) · 933 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
36
37
Package: qg
Type: Package
Title: queue generator
Authors@R: c(person("Leonardo", "Schwarz",
role = c("aut")),
person("Christian", "Panse", email = "cp@fgcz.ethz.ch",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1975-3064")))
Maintainer: Christian Panse <cp@fgcz.ethz.ch>
Version: 0.0.3
Description: implements the queue generator using
bfabric annotation.
Depends:
R (>= 4.4)
Imports:
DT,
XML,
bfabricShiny (>= 0.13.2),
jsonlite (>= 1.4),
shiny (>= 1.0),
stringr
Suggests:
roxygen2 (>= 6.0),
testthat,
License: GPL-3 + file LICENSE
LazyData: FALSE
SystemRequirements: installed bfabricPy python3 package
Collate:
configs.R
configProteomics.R
configMetabolomics.R
lc-systems.R
shiny.R
URL: https://gitlab.bfabric.org/proteomics/qg.git
BugReports: https://gitlab.bfabric.org/proteomics/qg/issues
Encoding: UTF-8
RoxygenNote: 7.3.2