-
-
Notifications
You must be signed in to change notification settings - Fork 27
/
DESCRIPTION
30 lines (30 loc) · 1012 Bytes
/
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
Package: shinyalert
Title: Easily Create Pretty Popup Messages (Modals) in 'Shiny'
Version: 3.1.0
Authors@R: c(
person("Dean", "Attali",
email = "daattali@gmail.com",
role = c("aut", "cre"),
comment = c(ORCID="0000-0002-5645-3493", "R interface")),
person("Tristan", "Edwards", role = c("aut"),
comment = "sweetalert library"),
person("Zhengjia", "Wang", role = c("ctb"))
)
Description: Easily create pretty popup messages (modals) in 'Shiny'. A modal can
contain text, images, OK/Cancel buttons, an input to get a response from the
user, and many more customizable options.
URL: https://github.com/daattali/shinyalert, https://daattali.com/shiny/shinyalert-demo/
BugReports: https://github.com/daattali/shinyalert/issues
Depends:
R (>= 3.0.2)
Imports:
htmltools (>= 0.3.5),
shiny (>= 1.0.4),
uuid
Suggests:
colourpicker,
shinydisconnect
License: MIT + file LICENSE
Encoding: UTF-8
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)