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) Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://daattali.r-universe.dev Date/Publication: 2024-06-02 16:48:16 UTC RemoteUrl: https://github.com/daattali/shinyalert RemoteRef: HEAD RemoteSha: b632e61147bd518b90f610cc166764453fdd9d38 NeedsCompilation: no Packaged: 2026-06-11 11:07:13 UTC; root Author: Dean Attali [aut, cre] (ORCID: , R interface), Tristan Edwards [aut] (sweetalert library), Zhengjia Wang [ctb] Maintainer: Dean Attali