-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
43 lines (43 loc) · 2.04 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
Package: standby
Type: Package
Title: Alerts, Notifications and Loading Screen in 'Shiny'
Version: 0.2.0.9000
Authors@R: c(
person("Aravind", "Hebbali", email = "[email protected]", role = c("aut", "cre")),
person("Zong", "Bin", role = c("ctb", "cph"), comment = "Author of Three Dots"),
person("Tobias", "Ahlin", role = c("ctb", "cph"), comment = "Author of SpinKit"),
person("https://github.com/RIDICS", role = c("ctb", "cph"), comment = "CSS loader code"),
person("Raphael", "Fabini", role = c("ctb", "cph"), comment = "Author of included CSS loader code"),
person("Luke", "Hass", role = c("ctb", "cph"), comment = "Author of included CSS loader code"),
person("Mohammad", "Younes", role = c("ctb", "cph"), comment = "Author of Alertify"),
person("Nick", "Payne", role = c("ctb", "cph"), comment = "Author of BootBox"),
person("Indrashish", "Ghosh", role = c("ctb", "cph"), comment = "Author of MicroTip"),
person("https://github.com/codrops", role = c("ctb", "cph"), comment = "Author of Notification Styles"),
person("Hunter", "Perrin", role = c("ctb", "cph"), comment = "Author of PNotify"),
person("Robin", "Parisi", role = c("ctb", "cph"), comment = "Author of Tingle"),
person("Marcelo", "Dolza", role = c("ctb", "cph"), comment = "Author of iziToast")
)
Description: Easily create alerts, notifications, modals, info tips and loading
screens in 'Shiny'. Includes several options to customize alerts and
notifications by including text, icons, images and buttons. When wrapped
around a 'Shiny' output, loading screen is automatically displayed while
the output is being recalculated.
Depends:
R(>= 3.3)
Imports:
grDevices,
htmltools,
shiny
Suggests:
rmarkdown,
kableExtra,
knitr,
testthat (>= 3.0.0),
covr
License: GPL (>= 3)
URL: https://standby.rsquaredacademy.com/, https://github.com/rsquaredacademy/standby
BugReports: https://github.com/rsquaredacademy/standby/issues
Encoding: UTF-8
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/edition: 3