-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
54 lines (54 loc) · 1.57 KB
/
DESCRIPTION
File metadata and controls
54 lines (54 loc) · 1.57 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
Package: periscope2
Type: Package
Title: Enterprise Streamlined 'shiny' Application Framework Using 'bs4Dash'
Version: 0.3.0
Authors@R: c(
person("Mohammed", "Ali", role = c("aut", "cre"), email = "mohammed@aggregate-genius.com"),
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,
reactable,
shinyFeedback,
shinyWidgets,
utils,
writexl,
yaml,
lifecycle
RoxygenNote: 7.3.2
Suggests:
assertthat,
canvasXpress,
colourpicker,
ggplot2,
knitr,
lattice,
miniUI,
openxlsx,
openxlsx2,
rmarkdown,
shinyjs,
spelling,
testthat,
waiter
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)