Package: shinyalert
Title: Easily Create Pretty Popup Messages (Modals) in 'Shiny'
Version: 3.0.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,
    knitr,
    shiny (>= 1.0.4),
    stats,
    uuid
Suggests:
    colourpicker,
    shinydisconnect
License: MIT + file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
