Package: standby Type: Package Title: Alerts, Notifications and Loading Screen in 'Shiny' Version: 0.2.0.9000 Authors@R: c( person("Aravind", "Hebbali", email = "hebbali.aravind@gmail.com", 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 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://rsquaredacademy.r-universe.dev Date/Publication: 2024-10-31 07:33:18 UTC RemoteUrl: https://github.com/rsquaredacademy/standby RemoteRef: HEAD RemoteSha: 818bb8c335fa548fec7911b1a31c01d7701bdad4 NeedsCompilation: no Packaged: 2026-07-04 16:12:28 UTC; root Author: Aravind Hebbali [aut, cre], Zong Bin [ctb, cph] (Author of Three Dots), Tobias Ahlin [ctb, cph] (Author of SpinKit), https://github.com/RIDICS [ctb, cph] (CSS loader code), Raphael Fabini [ctb, cph] (Author of included CSS loader code), Luke Hass [ctb, cph] (Author of included CSS loader code), Mohammad Younes [ctb, cph] (Author of Alertify), Nick Payne [ctb, cph] (Author of BootBox), Indrashish Ghosh [ctb, cph] (Author of MicroTip), https://github.com/codrops [ctb, cph] (Author of Notification Styles), Hunter Perrin [ctb, cph] (Author of PNotify), Robin Parisi [ctb, cph] (Author of Tingle), Marcelo Dolza [ctb, cph] (Author of iziToast) Maintainer: Aravind Hebbali