{
  "_id": "6a60895514e95619b75dae4f",
  "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-07-22 09:08:57 UTC",
    "User": "root"
  },
  "Author": "Dean Attali [aut, cre, cph] (ORCID:\n<https://orcid.org/0000-0002-5645-3493>)",
  "Maintainer": "Dean Attali <daattali@gmail.com>",
  "_user": "daattali",
  "_type": "src",
  "_file": "shinydisconnect_0.1.1.tar.gz",
  "_fileid": "https://r2.ropensci.org/a6f9eb74b377c95f588928d28b23afd54d0d4d04e35655f1f87db16b10c33aa7",
  "_filesize": 316138,
  "_sha256": "a6f9eb74b377c95f588928d28b23afd54d0d4d04e35655f1f87db16b10c33aa7",
  "_expires": "2026-10-30T09:11:47.000Z",
  "_created": "2026-07-22T09:08:57.000Z",
  "_published": "2026-07-22T09:11:49.300Z",
  "_jobs": [
    {
      "job": 88880172277,
      "time": 126,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8524225895"
    },
    {
      "job": 88880172244,
      "time": 126,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8524226242"
    },
    {
      "job": 88880172258,
      "time": 79,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8524203590"
    },
    {
      "job": 88880172262,
      "time": 67,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8524199578"
    },
    {
      "job": 88879336165,
      "time": 229,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8524167600"
    },
    {
      "job": 88880172239,
      "time": 129,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8524227624"
    },
    {
      "job": 88880172294,
      "time": 64,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "NOTE",
      "artifact": "8524198132"
    },
    {
      "job": 88880172274,
      "time": 75,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "NOTE",
      "artifact": "8524203608"
    },
    {
      "job": 88880172259,
      "time": 83,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "NOTE",
      "artifact": "8524207132"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/daattali/actions/runs/29906543638",
  "_status": "success",
  "_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
  },
  "_distro": "resolute",
  "_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": 70,
  "_contributors": [
    {
      "user": "daattali",
      "count": 49,
      "uuid": 952340
    }
  ],
  "_userbio": {
    "uuid": 952340,
    "type": "user",
    "name": "Dean Attali",
    "followers": 2233,
    "description": "Founder & Lead R-Shiny consultant @ AttaliTech Ltd. Passionate about writing open source tools. Extreme traveller."
  },
  "_downloads": {
    "count": 9900,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/shinydisconnect"
  },
  "_devurl": "https://github.com/daattali/shinydisconnect",
  "_searchresults": 124,
  "_rbuild": "4.6.1",
  "_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": 7.9553442188439805,
  "_indexed": true,
  "_nocasepkg": "shinydisconnect",
  "_universes": [
    "daattali"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-07-22T09:11:15.000Z",
      "distro": "resolute",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "https://r2.ropensci.org/f9c189150638a7ad071206cd9310960a14cc3bb1ada18cd96b80504aeb028c38",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/29906543638"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.1",
      "date": "2026-07-22T09:11:15.000Z",
      "distro": "resolute",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "https://r2.ropensci.org/b8fdb102fb8b1555c4919e53ea58872a02a6f2298c502cb22a73d98dd8474381",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/29906543638"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-07-22T09:10:28.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "https://r2.ropensci.org/dade351510b19dc0daa08254684c7894888dbc6c42dea3c03148096e99a294bd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/29906543638"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.1",
      "date": "2026-07-22T09:10:19.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "https://r2.ropensci.org/0b2e618fb6ac8fc4b4a596c687cfbf2e4bccd3907b5fb8242a97110313560836",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/29906543638"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.1",
      "date": "2026-07-22T09:11:26.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "https://r2.ropensci.org/d7215c62b0e66ba9829a0da52a0d567c40b12199db24705e2e20f595c472730d",
      "status": "success",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/29906543638"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-07-22T09:10:11.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "https://r2.ropensci.org/94adb0a24cbb91433923a87388c72659ad89af58eab8e2a7fe7f716eec8a81cf",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/29906543638"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-07-22T09:10:22.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "https://r2.ropensci.org/4d52e0693d6d2a87462573b93a9240d7a01512d5ac9c75d3d55e60adf3bb82fd",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/29906543638"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.1",
      "date": "2026-07-22T09:10:30.000Z",
      "commit": "6eaf3cdd8998c078729666d7ac010a8a4427e5fb",
      "fileid": "https://r2.ropensci.org/69a2d3781ff962402002591c960ee1b265936a0dc3d30de05de25051d5af8689",
      "status": "success",
      "check": "NOTE",
      "buildurl": "https://github.com/r-universe/daattali/actions/runs/29906543638"
    }
  ]
}