-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.55 KB
/
DESCRIPTION
File metadata and controls
56 lines (56 loc) · 1.55 KB
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: sbShinyModules
Title: Reusable Shiny Modules for Easy Integration on Seven Bridges Platforms
Version: 0.1.0
Authors@R: c(
person("Marko", "Trifunovic", email = "marko.trifunovic@velsera.com", role = c("cre", "aut")),
person("Marija", "Gacic", email = "marija.jovanovic@velsera.com", role = "aut"),
person("Velsera", role = c("cph", "fnd"))
)
Maintainer: Marko Trifunovic <marko.trifunovic@velsera.com>
Description: sbShinyModules is a package designed to simplify the development
of Shiny applications specifically for hosting on Seven Bridges platforms.
This package aims to assist both internal and external developers by
providing pre-built, reusable Shiny modules tailored to fit Seven Bridges
hosting infrastructure. These modules handle some common tasks such as file
selection and plot exporting, enabling developers to focus on the unique
aspects of their applications without needing to research and implement these
functionalities themselves.
License: Apache License (>= 2)
Imports:
bslib,
checkmate,
config,
dplyr,
glue,
golem,
htmltools,
htmlwidgets,
grDevices,
magrittr,
reactable,
reactable.extras,
reactR,
rlang,
stats,
shiny,
shinyalert,
shinydashboard,
shinyFeedback,
shinyjs,
shinyWidgets,
tidyr,
commonmark,
xml2
Suggests:
knitr,
rmarkdown,
testthat (>= 3.0.0),
jsonlite (>= 1.8.8),
purrr,
xattrs
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Language: en-US
VignetteBuilder: knitr