{
  "_id": "6a392379b6829d88cf7106dd",
  "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-06-22 11:55:42 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": "4d665018c08d74e772141578d3484353",
  "_user": "daattali",
  "_type": "src",
  "_file": "shinydisconnect_0.1.1.tar.gz",
  "_fileid": "3aaeccef37e4f920f5bfc149bc2f528f41d7790d627a4143f181baaadca66911",
  "_filesize": 319577,
  "_sha256": "3aaeccef37e4f920f5bfc149bc2f528f41d7790d627a4143f181baaadca66911",
  "_created": "2026-06-22T11:55:42.000Z",
  "_published": "2026-06-22T11:58:49.062Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 82706930081,
      "time": 154,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7791566811"
    },
    {
      "job": 82706930073,
      "time": 136,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7791560889"
    },
    {
      "job": 82706930093,
      "time": 90,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7791544819"
    },
    {
      "job": 82706930068,
      "time": 72,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7791538449"
    },
    {
      "job": 82705956919,
      "time": 328,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7791511816"
    },
    {
      "job": 82706930053,
      "time": 130,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7791558595"
    },
    {
      "job": 82706930066,
      "time": 99,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "7791547331"
    },
    {
      "job": 82706930075,
      "time": 62,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "7791534754"
    },
    {
      "job": 82706930076,
      "time": 80,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "NOTE",
      "artifact": "7791541248"
    }
  ],
  "_buildurl": "https://github.com/r-universe/daattali/actions/runs/27950489772",
  "_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",
    "followers": 2232,
    "description": "Founder & Lead R-Shiny consultant @ AttaliTech Ltd. Passionate about writing open source tools. Extreme traveller."
  },
  "_downloads": {
    "count": 13968,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/shinydisconnect"
  },
  "_devurl": "https://github.com/daattali/shinydisconnect",
  "_searchresults": 124,
  "_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",
    "LICENSE",
    "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.098594301330923,
  "_indexed": true,
  "_nocasepkg": "shinydisconnect",
  "_universes": [
    "daattali"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-22T11:58:26.000Z",
      "distro": "noble",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "235b948d39d82a0b7789fc41f87568035c8da07383afe0d953d804f4355678a7",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/27950489772"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-06-22T11:58:09.000Z",
      "distro": "noble",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "ed9293d6e93e53e3c73334999a8321ef88575c26cf25072a240e80d52b87c3a8",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/27950489772"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-22T11:57:23.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "7536456852dc95ab2268b9c0152e1accfe43b65926921eb9b8f21ff2826c8817",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/27950489772"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-06-22T11:57:07.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "93e4fd4c53f7bf087aa6a5711e5e326d45b821ee765c820fa286167905569bde",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/27950489772"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-06-22T11:58:08.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "0d7168d239ebd11ed2f0c7e7ecbc5d138ef0583a6329ea2d727319aa6a711eee",
      "status": "success",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/27950489772"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-22T11:57:26.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "51d821c92b18f2e912facf5146a9f3495bd35d17a24cf02d138ae1bb1bad6426",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/27950489772"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-22T11:56:49.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "7a18539e1a2d6e4862d3ff0ed2781f930c6586b6a42708ec7ecb7d5bba88414a",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/27950489772"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-06-22T11:57:08.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "cdf127b8f9d60aae82456ae8ebe3c00573c44caade506479039d476de3da9edf",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/27950489772"
    }
  ]
}