Package: shinydisconnect Title: Show a Nice Message When a 'Shiny' App Disconnects or Errors Version: 0.1.1 Authors@R: person(given = "Dean", family = "Attali", email = "daattali@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID="0000-0002-5645-3493")) Description: A 'Shiny' app can disconnect for a variety of reasons: an unrecoverable error occurred in the app, the server went down, the user lost internet connection, or any other reason that might cause the 'Shiny' app to lose connection to its server. With 'shinydisconnect', you can call disonnectMessage() anywhere in a Shiny app's UI to add a nice message when this happens. Works locally (running Shiny apps within 'RStudio') and on Shiny servers (such as shinyapps.io, 'RStudio Connect', 'Shiny Server Open Source', 'Shiny Server Pro'). See demo online at . URL: https://github.com/daattali/shinydisconnect, https://daattali.com/shiny/shinydisconnect-demo/ BugReports: https://github.com/daattali/shinydisconnect/issues Imports: checkmate, glue, htmltools, shiny (>= 1.0) Suggests: colourpicker Depends: R (>= 3.0.0) License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Config/pak/sysreqs: cmake make libuv1-dev zlib1g-dev Repository: https://daattali.r-universe.dev Date/Publication: 2024-08-18 18:44:16 UTC RemoteUrl: https://github.com/daattali/shinydisconnect RemoteRef: HEAD RemoteSha: 6eaf3cdd8998c078729666d7ac010a8a4427e5fb NeedsCompilation: no Packaged: 2026-06-22 11:55:42 UTC; root Author: Dean Attali [aut, cre, cph] (ORCID: ) Maintainer: Dean Attali