-
Notifications
You must be signed in to change notification settings - Fork 18
/
DESCRIPTION
executable file
·45 lines (45 loc) · 1.37 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
Package: periscope
Type: Package
Title: Enterprise Streamlined 'Shiny' Application Framework
Version: 1.0.4
Authors@R: c(
person("Constance", "Brett", email="[email protected]", role = c("aut", "cre")),
person("Isaac", "Neuhaus", role = "aut", comment = "canvasXpress JavaScript Library Maintainer"),
person("Ger", "Inberg", role = c("ctb")),
person("Mohammed", "Ali", role = c("ctb")),
person("Bristol-Meyers Squibb (BMS)", role = c("cph"))
)
Description: An enterprise-targeted scalable and UI-standardized 'shiny' framework
including a variety of developer convenience functions with the goal of both
streamlining robust application development while assisting with creating a
consistent user experience regardless of application or developer.
URL: https://github.com/cb4ds/periscope, http://periscopeapps.org:3838
BugReports: https://github.com/cb4ds/periscope/issues
License: GPL-3
Encoding: UTF-8
Language: en-US
Depends:
R (>= 3.5)
Imports:
shiny (>= 1.5),
shinydashboard (>= 0.5),
shinyBS (>= 0.61),
lubridate (>= 1.6),
DT (>= 0.2),
writexl (>= 1.3),
ggplot2 (>= 2.2),
methods,
utils,
fresh,
yaml,
grDevices
RoxygenNote: 7.2.3
Suggests:
knitr,
rmarkdown,
shinydashboardPlus,
testthat (>= 3.0),
canvasXpress,
openxlsx (>= 3.0),
colourpicker
VignetteBuilder: knitr