Package: standby
Type: Package
Title: Alerts, Notifications and Loading Screen in 'Shiny'
Version: 0.2.0
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
NeedsCompilation: no
Packaged: 2024-10-28 10:47:20 UTC; HP
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 <hebbali.aravind@gmail.com>
Repository: CRAN
Date/Publication: 2024-10-28 11:50:32 UTC
Built: R 4.5.2; ; 2025-11-01 02:37:01 UTC; windows
