{
  "_id": "6a10a78eacfb0bcc41cbc752",
  "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\",\nemail = \"daattali@gmail.com\",\nrole = c(\"aut\", \"cre\", \"cph\"),\ncomment = c(ORCID=\"0000-0002-5645-3493\"))",
  "Description": "A 'Shiny' app can disconnect for a variety of reasons: an\nunrecoverable error occurred in the app, the server went down,\nthe user lost internet connection, or any other reason that\nmight cause the 'Shiny' app to lose connection to its server.\nWith 'shinydisconnect', you can call disonnectMessage()\nanywhere in a Shiny app's UI to add a nice message when this\nhappens. Works locally (running Shiny apps within 'RStudio')\nand on Shiny servers (such as shinyapps.io, 'RStudio Connect',\n'Shiny Server Open Source', 'Shiny Server Pro'). See demo\nonline at <https://daattali.com/shiny/shinydisconnect-demo/>.",
  "URL": "https://github.com/daattali/shinydisconnect,\nhttps://daattali.com/shiny/shinydisconnect-demo/",
  "BugReports": "https://github.com/daattali/shinydisconnect/issues",
  "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": {
    "Date": "2026-05-22 18:48:47 UTC",
    "User": "root"
  },
  "Author": "Dean Attali [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-5645-3493>)",
  "Maintainer": "Dean Attali <daattali@gmail.com>",
  "MD5sum": "7f8426e8800dd521e6c60d92e68f65fb",
  "_user": "daattali",
  "_type": "src",
  "_file": "shinydisconnect_0.1.1.tar.gz",
  "_fileid": "bc44b535cdd55241cde3c25273dc0b40384ff911d9a343e39bb088994f3b7141",
  "_filesize": 316328,
  "_sha256": "bc44b535cdd55241cde3c25273dc0b40384ff911d9a343e39bb088994f3b7141",
  "_created": "2026-05-22T18:48:47.000Z",
  "_published": "2026-05-22T18:59:26.327Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77442798851,
      "time": 130,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7168053863"
    },
    {
      "job": 77442798855,
      "time": 123,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7168051572"
    },
    {
      "job": 77442798847,
      "time": 103,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7168089774"
    },
    {
      "job": 77442798841,
      "time": 72,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7168118599"
    },
    {
      "job": 77442329713,
      "time": 182,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168011736"
    },
    {
      "job": 77442798842,
      "time": 108,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7168047049"
    },
    {
      "job": 77442798843,
      "time": 72,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7168035253"
    },
    {
      "job": 77442798853,
      "time": 72,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7168035352"
    },
    {
      "job": 77442798909,
      "time": 66,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7168033347"
    }
  ],
  "_buildurl": "https://github.com/r-universe/daattali/actions/runs/26219599360",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/daattali/shinydisconnect",
  "_commit": {
    "id": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
    "author": "Dean Attali <daattali@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update README.md",
    "time": 1724006656
  },
  "_maintainer": {
    "name": "Dean Attali",
    "email": "daattali@gmail.com",
    "login": "daattali",
    "orcid": "0000-0002-5645-3493",
    "twitter": "@daattali",
    "description": "Founder & Lead R-Shiny consultant @ AttaliTech Ltd. Passionate about writing open source tools. Extreme traveller.",
    "uuid": 952340
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 3.0.0",
      "role": "Depends"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "version": ">= 1.0",
      "role": "Imports"
    },
    {
      "package": "colourpicker",
      "role": "Suggests"
    }
  ],
  "_owner": "daattali",
  "_selfowned": true,
  "_usedby": 7,
  "_updates": [],
  "_tags": [],
  "_topics": [
    "shiny",
    "shiny-r"
  ],
  "_stars": 69,
  "_contributors": [
    {
      "user": "daattali",
      "count": 49,
      "uuid": 952340
    }
  ],
  "_userbio": {
    "uuid": 952340,
    "type": "user",
    "name": "Dean Attali",
    "description": "Founder & Lead R-Shiny consultant @ AttaliTech Ltd. Passionate about writing open source tools. Extreme traveller."
  },
  "_downloads": {
    "count": 12200,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/shinydisconnect"
  },
  "_devurl": "https://github.com/daattali/shinydisconnect",
  "_searchresults": 120,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/shinydisconnect.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/daattali/shinydisconnect",
  "_realowner": "daattali",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2020-07-23"
    },
    {
      "version": "0.1.1",
      "date": "2023-08-21"
    }
  ],
  "_exports": [
    "disconnectMessage",
    "disconnectMessage2"
  ],
  "_help": [
    {
      "page": "disconnectMessage",
      "title": "Show a nice message when a shiny app disconnects or errors",
      "topics": [
        "disconnectMessage"
      ]
    },
    {
      "page": "disconnectMessage2",
      "title": "Show a nice message when a shiny app disconnects or errors",
      "topics": [
        "disconnectMessage2"
      ]
    }
  ],
  "_readme": "https://github.com/daattali/shinydisconnect/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "base64enc",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "commonmark",
    "digest",
    "fastmap",
    "fontawesome",
    "fs",
    "glue",
    "htmltools",
    "httpuv",
    "jquerylib",
    "jsonlite",
    "later",
    "lifecycle",
    "magrittr",
    "memoise",
    "mime",
    "otel",
    "promises",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "sass",
    "shiny",
    "sourcetools",
    "withr",
    "xtable"
  ],
  "_score": 8.025579466529566,
  "_indexed": true,
  "_nocasepkg": "shinydisconnect",
  "_universes": [
    "daattali"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-22T18:51:06.000Z",
      "distro": "noble",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "33d574f1e03d30765904e317d151e522b896f6e3a8505903f0ebbfb550fe0291",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/26219599360"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-05-22T18:50:59.000Z",
      "distro": "noble",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "c413d3f199c6d300a373703ea7db739801b2a525eb50e5ca1a3525dda9cb0bc7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/26219599360"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-22T18:53:02.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "1c4c8d27ba0732bb2e91cbccfdf1ecf2a02924665509a753bd2b4ed591910e4b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/26219599360"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-05-22T18:54:39.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "ad0dac809a02985aaae3288804c04e023972b472b2ad3295ad36140398545720",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/26219599360"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-05-22T18:50:54.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "6030e06e50261d6b6bdfb7b6c059e8f0b7d3b70a14884780160e98706daa5571",
      "status": "success",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/26219599360"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-22T18:50:07.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "d38d5e5cc3008affe7482bb74195d0a987d10b1c15b7ed5d1c0899735b2aa32c",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/26219599360"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-22T18:50:06.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "5a10cbcd5c1c10a797849a96ff8f2e8903ae1503acbe12fa19ae58f60f9b855b",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/26219599360"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-05-22T18:50:00.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "ee1f13adf8ca3511c8fcac5b63ec1b49ef6ecee1731c2163a9107c5aafc47698",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/26219599360"
    }
  ]
}