-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (52 loc) · 1.54 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
Package: periscope2
Type: Package
Title: Enterprise Streamlined 'shiny' Application Framework Using 'bs4Dash'
Version: 0.2.3
Authors@R: c(
person("Mohammed", "Ali", role = c("aut", "cre"), email = "[email protected]"),
person("Constance", "Brett", role = c("ctb")),
person("Aggregate Genius Inc", role = c("spn"))
)
Description: A framework for building enterprise, scalable and UI-standardized 'shiny' applications.
It brings enhanced features such as 'bootstrap' v4 <https://getbootstrap.com/docs/4.0/getting-started/introduction/>,
additional and enhanced 'shiny' modules, customizable UI features, as well as an enhanced application file
organization paradigm. This update allows developers to harness the ability to build powerful applications and
enriches the 'shiny' developers' experience when building and maintaining applications.
URL: https://github.com/Aggregate-Genius/periscope2, http://periscopeapps.org:3838
BugReports: https://github.com/Aggregate-Genius/periscope2/issues
License: GPL-3
Encoding: UTF-8
Language: en-US
Depends:
R (>= 4.0)
Imports:
shiny (>= 1.7),
bs4Dash (>= 2.3),
DT,
fresh,
grDevices,
lubridate,
methods,
shinyFeedback,
shinyWidgets,
utils,
writexl,
yaml,
lifecycle
RoxygenNote: 7.2.3
Suggests:
assertthat,
canvasXpress,
colourpicker,
ggplot2,
knitr,
lattice,
miniUI,
openxlsx,
rmarkdown,
shinyjs,
spelling,
testthat,
waiter
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)