{
  "_id": "6a106fc3acfb0bcc41cab77a",
  "Package": "shinyEventsCookies",
  "Type": "Package",
  "Title": "Cookie support for shinyEvents apps",
  "Version": "0.1.0",
  "Author": "Sebastian Kranz",
  "Maintainer": "Sebastian Kranz <sebastian.kranz@uni-ulm.de>",
  "Description": "Cookie support for shinyEvents apps",
  "License": "GPL >= 2.0",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.2.3",
  "Repository": "https://skranz.r-universe.dev",
  "Date/Publication": "2025-09-09 07:19:10 UTC",
  "RemoteUrl": "https://github.com/skranz/shinyEventsCookies",
  "RemoteRef": "main",
  "RemoteSha": "7ae1fa864b95bebca0b45fe92118c783d9011089",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-07 07:29:17 UTC",
    "User": "root"
  },
  "MD5sum": "a91cc8059f4b9e171ba6c023a0174634",
  "_user": "skranz",
  "_type": "src",
  "_file": "shinyEventsCookies_0.1.0.tar.gz",
  "_fileid": "42f5a34855a2f0bb39e451de70fe4f17e93fc02b62c7140d26fe82d7f10df151",
  "_filesize": 86573,
  "_sha256": "42f5a34855a2f0bb39e451de70fe4f17e93fc02b62c7140d26fe82d7f10df151",
  "_created": "2026-05-07T07:29:17.000Z",
  "_published": "2026-05-22T15:01:23.488Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77405978257,
      "time": 97,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6849348854"
    },
    {
      "job": 77405977682,
      "time": 100,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6849348086"
    },
    {
      "job": 77405978353,
      "time": 86,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6849343809"
    },
    {
      "job": 77405978071,
      "time": 62,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6849337071"
    },
    {
      "job": 77405977743,
      "time": 126,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6849317624"
    },
    {
      "job": 77405977198,
      "time": 76,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7163660078"
    },
    {
      "job": 77405977812,
      "time": 71,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "WARNING",
      "artifact": "6849338969"
    },
    {
      "job": 77405978346,
      "time": 49,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "WARNING",
      "artifact": "6849333313"
    },
    {
      "job": 77405978033,
      "time": 54,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "WARNING",
      "artifact": "6849334785"
    }
  ],
  "_buildurl": "https://github.com/r-universe/skranz/actions/runs/25482171753",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/skranz/shinyEventsCookies",
  "_commit": {
    "id": "7ae1fa864b95bebca0b45fe92118c783d9011089",
    "author": "Sebastian Kranz <sebkranz@gmail.com>",
    "committer": "Sebastian Kranz <sebkranz@gmail.com>",
    "message": "Add local storage and sync support\n",
    "time": 1757402350
  },
  "_maintainer": {
    "name": "Sebastian Kranz",
    "email": "sebastian.kranz@uni-ulm.de",
    "login": "skranz",
    "bluesky": "@sebkranz.bsky.social",
    "uuid": 1413022
  },
  "_registered": true,
  "_dependencies": [],
  "_owner": "skranz",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-37",
      "n": 1
    }
  ],
  "_tags": [],
  "_stars": 0,
  "_contributors": [
    {
      "user": "skranz",
      "count": 2,
      "uuid": 1413022
    }
  ],
  "_userbio": {
    "uuid": 1413022,
    "type": "user",
    "name": "Sebastian Kranz"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/shinyEventsCookies"
  },
  "_devurl": "https://github.com/skranz/shinyeventscookies",
  "_searchresults": 0,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/shinyEventsCookies.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "areAppCookiesLoaded",
    "cookies.examples",
    "cookiesHeader",
    "getLoadedCookies",
    "loadPageCookiesHandler",
    "removeCookie",
    "removeLocalStorage",
    "sendLocalStorage",
    "setCookie",
    "setLoadedCookies",
    "setLocalStorage"
  ],
  "_help": [
    {
      "page": "areAppCookiesLoaded",
      "title": "Check if application cookies have been loaded",
      "topics": [
        "areAppCookiesLoaded"
      ]
    },
    {
      "page": "cookiesHeader",
      "title": "Create cookies header for Shiny UI",
      "topics": [
        "cookiesHeader"
      ]
    },
    {
      "page": "getLoadedCookies",
      "title": "Get loaded cookies from app object",
      "topics": [
        "getLoadedCookies"
      ]
    },
    {
      "page": "loadPageCookiesHandler",
      "title": "Create a handler for loading page cookies",
      "topics": [
        "loadPageCookiesHandler"
      ]
    },
    {
      "page": "removeCookie",
      "title": "Remove a cookie from the client browser",
      "topics": [
        "removeCookie"
      ]
    },
    {
      "page": "setCookie",
      "title": "Set a javascript cookie on the client computer",
      "topics": [
        "setCookie"
      ]
    },
    {
      "page": "setLoadedCookies",
      "title": "Set loaded cookies in app object",
      "topics": [
        "setLoadedCookies"
      ]
    }
  ],
  "_rundeps": [],
  "_score": 1,
  "_indexed": true,
  "_nocasepkg": "shinyeventscookies",
  "_universes": [
    "skranz"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-07T07:31:09.000Z",
      "distro": "noble",
      "commit": "7ae1fa864b95bebca0b45fe92118c783d9011089",
      "fileid": "2a6ade871c66eb157712c0696472fe6179681be4c777d2f8c9a63e2e4d9e8418",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/25482171753"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-07T07:31:09.000Z",
      "distro": "noble",
      "commit": "7ae1fa864b95bebca0b45fe92118c783d9011089",
      "fileid": "11d345f323f9e78261be3dafdc3cdec3c86388acd2e1b10b12def4dd53a0b262",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/25482171753"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-07T07:30:52.000Z",
      "commit": "7ae1fa864b95bebca0b45fe92118c783d9011089",
      "fileid": "1d026653e99edaa8ebb2bdd0d599d8725b12372c5d34c62138fbf9887b1bd619",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/25482171753"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-07T07:30:31.000Z",
      "commit": "7ae1fa864b95bebca0b45fe92118c783d9011089",
      "fileid": "6380899e734b8bf30fbe423aedbe4ab4de2c96c1a204dbd24f8f8ca8001e55f3",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/25482171753"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-07T07:30:31.000Z",
      "commit": "7ae1fa864b95bebca0b45fe92118c783d9011089",
      "fileid": "e871aafa10620b299dedb4503010e846400361ae1a3199210fafb9bc0c6912f6",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/25482171753"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-07T07:30:13.000Z",
      "commit": "7ae1fa864b95bebca0b45fe92118c783d9011089",
      "fileid": "b10961cd89f8295660a7bae19708904ae3161af178f0d99ad7ea80807e9ae0a2",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/25482171753"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-07T07:30:18.000Z",
      "commit": "7ae1fa864b95bebca0b45fe92118c783d9011089",
      "fileid": "f3b53b0550a6266c01059744b45373b4e0c48d76dcc4c41e10c84d943e68d1e4",
      "status": "success",
      "check": "WARNING",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/25482171753"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-05-22T15:00:53.000Z",
      "commit": "7ae1fa864b95bebca0b45fe92118c783d9011089",
      "fileid": "10194377d7dbc63bfa579647c11b32f9243f944fab7e13125b51d9d4d46c9232",
      "status": "success",
      "buildurl": "https://github.com/r-universe/skranz/actions/runs/25482171753"
    }
  ]
}