-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.46 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
52
53
54
55
56
Package: bfabricShiny
Type: Package
Title: A Module for Bridging B-Fabric and R using REST
Authors@R: c(person("Christian", "Trachsel",
role = c("aut")),
person("Christian", "Panse", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-1975-3064")))
Maintainer: Christian Panse <[email protected]>
Version: 0.13.6
Description: provides a shiny module and read, save, and delete functions to
interact with the FGCZ's B-Fabric <https://fgcz-bfabric.uzh.ch> system
using WSDL and REST. Also, the package contains shiny
applications, e.g., to allow the FGCZ user to automatically generate a
configuration of queues for Thermo Fisher Scientific and Bruker instruments.
Depends:
R (>= 4.4)
Imports:
PKI,
base64enc,
dplyr (>= 0.7),
httr,
jsonlite (>= 1.4),
magrittr,
protViz (>= 0.7.7),
shiny (>= 1.0),
shinyStore (>= 0.1.1),
tidyr (>= 0.6),
XML
Suggests:
DT,
RCurl,
ggplot2 (>= 2.2),
kableExtra,
protViz (>= 0.7),
rmarkdown,
roxygen2 (>= 6.0),
testthat,
tidyverse,
xml2 (>= 1.1),
Remotes:
cpanse/shinyStore
License: GPL-3 + file LICENSE
LazyData: FALSE
SystemRequirements: installed bfabricPy python3 package
Collate:
bfabric.R
ms_queue.R
fgcz.R
plate.R
randomize.R
zzz.R
URL: https://github.com/fgcz/bfabricShiny
BugReports: https://github.com/fgcz/bfabricShiny/issues
Encoding: UTF-8
RoxygenNote: 7.3.2