{
  "_id": "6a1ef926b401979e73417fa4",
  "Package": "shelter",
  "Type": "Package",
  "Title": "Support for Secure API Key Management",
  "Version": "1.0.0",
  "Authors@R": "c(\nperson(\"Benjamin\", \"Nutter\", email = \"benjamin.nutter@gmail.com\",\nrole = c(\"ctb\", \"aut\")),\nperson(\"Shawn\", \"Garbett\", email = \"Shawn.Garbett@vumc.org\",\ncomment = c(ORCID=\"0000-0003-4079-5621\"),\nrole = c(\"cre\",\"ctb\")),\nperson(\"Hui\",      \"Wu\",               role = c(\"aut\")),\nperson(\"Cole\",     \"Beck\",     email = \"Cole.Beck@vumc.org\",            role = c(\"aut\")),\nperson(\"Savannah\", \"Obregon\",  email = \"Savannah.Obregon@vumc.org\",     role = c(\"aut\"))\n)",
  "Maintainer": "Shawn Garbett <Shawn.Garbett@vumc.org>",
  "Description": "Secure handling of API keys can be difficult. This package\nprovides secure convenience functions for entering / handling\nAPI keys and opening connections via inversion of control on\nthose keys. Works seamlessly between production and developer\nenvironments.",
  "License": "GPL-3",
  "Encoding": "UTF-8",
  "URL": "https://github.com/vubiostat/shelter",
  "RoxygenNote": "7.3.2",
  "BugReports": "https://github.com/vubiostat/shelter/issues",
  "Config/pak/sysreqs": "libsodium-dev",
  "Repository": "https://vubiostat.r-universe.dev",
  "Date/Publication": "2026-04-19 00:29:57 UTC",
  "RemoteUrl": "https://github.com/vubiostat/shelter",
  "RemoteRef": "HEAD",
  "RemoteSha": "ec52935b2e1fea320ae256412cd7e576ef4184e8",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-19 05:47:11 UTC",
    "User": "root"
  },
  "Author": "Benjamin Nutter [ctb, aut],\nShawn Garbett [cre, ctb] (ORCID:\n<https://orcid.org/0000-0003-4079-5621>),\nHui Wu [aut],\nCole Beck [aut],\nSavannah Obregon [aut]",
  "MD5sum": "unknown",
  "_user": "vubiostat",
  "_type": "src",
  "_file": "shelter_1.0.0.tar.gz",
  "_fileid": "9fe84c420af287b603d9ffc4d1d2caa00c74009dcbe59476f6d63629f2dd218e",
  "_filesize": 140014,
  "_sha256": "9fe84c420af287b603d9ffc4d1d2caa00c74009dcbe59476f6d63629f2dd218e",
  "_created": "2026-05-19T05:47:11.000Z",
  "_published": "2026-06-02T15:39:18.110Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79110473536,
      "time": 115,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7075816532"
    },
    {
      "job": 79110474000,
      "time": 117,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7075817081"
    },
    {
      "job": 79110473875,
      "time": 156,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7075819697"
    },
    {
      "job": 79110473461,
      "time": 146,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7075816575"
    },
    {
      "job": 79110472835,
      "time": 169,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7075792125"
    },
    {
      "job": 79110472606,
      "time": 102,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7362538245"
    },
    {
      "job": 79110473156,
      "time": 77,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7075809753"
    },
    {
      "job": 79110475214,
      "time": 59,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7075805089"
    },
    {
      "job": 79110473310,
      "time": 64,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7075806374"
    }
  ],
  "_buildurl": "https://github.com/r-universe/vubiostat/actions/runs/26078734662",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/vubiostat/shelter",
  "_commit": {
    "id": "ec52935b2e1fea320ae256412cd7e576ef4184e8",
    "author": "Shawn Garbett <shawn@garbett.org>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Merge pull request #15 from wibeasley/patch-1\n\nturn on syntax highlighting for R code",
    "time": 1776558597
  },
  "_maintainer": {
    "name": "Shawn Garbett",
    "email": "shawn.garbett@vumc.org",
    "login": "spgarbet",
    "orcid": "0000-0003-4079-5621",
    "description": "Stochastic Walk of Life",
    "uuid": 2798
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "getPass",
      "role": "Imports"
    },
    {
      "package": "yaml",
      "role": "Imports"
    },
    {
      "package": "filelock",
      "role": "Imports"
    },
    {
      "package": "rappdirs",
      "role": "Imports"
    },
    {
      "package": "sodium",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "rstudioapi",
      "role": "Suggests"
    },
    {
      "package": "mockery",
      "role": "Suggests"
    },
    {
      "package": "keyring",
      "role": "Suggests"
    }
  ],
  "_owner": "vubiostat",
  "_selfowned": true,
  "_usedby": 4,
  "_updates": [
    {
      "week": "2025-22",
      "n": 2
    },
    {
      "week": "2025-23",
      "n": 1
    },
    {
      "week": "2025-26",
      "n": 1
    },
    {
      "week": "2026-08",
      "n": 1
    },
    {
      "week": "2026-16",
      "n": 1
    }
  ],
  "_tags": [
    {
      "name": "v0.2.0",
      "date": "2025-05-29"
    },
    {
      "name": "v0.2.1",
      "date": "2025-06-02"
    }
  ],
  "_stars": 0,
  "_contributors": [
    {
      "user": "spgarbet",
      "count": 81,
      "uuid": 2798
    },
    {
      "user": "couthcommander",
      "count": 2,
      "uuid": 29514
    },
    {
      "user": "wibeasley",
      "count": 1,
      "uuid": 1372890
    }
  ],
  "_userbio": {
    "uuid": 49405,
    "type": "organization",
    "name": "Vanderbilt Biostatistics",
    "description": "Vanderbilt University Department of Biostatistics"
  },
  "_downloads": {
    "count": 1055,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/shelter"
  },
  "_devurl": "https://github.com/vubiostat/shelter",
  "_searchresults": 2,
  "_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/shelter.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/vubiostat/shelter",
  "_realowner": "vubiostat",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.1",
      "date": "2024-11-07"
    },
    {
      "version": "0.2.0",
      "date": "2025-05-29"
    },
    {
      "version": "0.2.1",
      "date": "2025-06-02"
    }
  ],
  "_exports": [
    "key_delete",
    "key_exists",
    "key_get",
    "key_list",
    "key_set",
    "keyring_create",
    "keyring_delete",
    "keyring_exists",
    "keyring_list",
    "keyring_lock",
    "keyring_locked",
    "keyring_unlock",
    "unlockKeys"
  ],
  "_help": [
    {
      "page": "key_delete",
      "title": "Delete a key from a keyring",
      "topics": [
        "key_delete"
      ]
    },
    {
      "page": "key_exists",
      "title": "Does a given key exist in a keyring",
      "topics": [
        "key_exists"
      ]
    },
    {
      "page": "key_get",
      "title": "Get a secret from a keyring.",
      "topics": [
        "key_get"
      ]
    },
    {
      "page": "key_list",
      "title": "Returns vector of keys in a keyring.",
      "topics": [
        "key_list"
      ]
    },
    {
      "page": "key_set",
      "title": "Set a key secret in a keyring",
      "topics": [
        "key_set"
      ]
    },
    {
      "page": "keyring_create",
      "title": "Create a new empty keyring.",
      "topics": [
        "keyring_create"
      ]
    },
    {
      "page": "keyring_delete",
      "title": "Delete a given keyring",
      "topics": [
        "keyring_delete"
      ]
    },
    {
      "page": "keyring_exists",
      "title": "Check if a keyring exists.",
      "topics": [
        "keyring_exists"
      ]
    },
    {
      "page": "keyring_list",
      "title": "Provides a `data.frame` of information on available keyrings.",
      "topics": [
        "keyring_list"
      ]
    },
    {
      "page": "keyring_lock",
      "title": "Locks a given keyring",
      "topics": [
        "keyring_lock"
      ]
    },
    {
      "page": "keyring_locked",
      "title": "Is a keyring unlocked for key operations and reading",
      "topics": [
        "keyring_locked"
      ]
    },
    {
      "page": "keyring_unlock",
      "title": "Unlock a keyring.",
      "topics": [
        "keyring_unlock"
      ]
    },
    {
      "page": "unlockKeys",
      "title": "Open an API key and use it build a connection.",
      "topics": [
        "unlockKeys"
      ]
    },
    {
      "page": "unsafe_export",
      "title": "Export keyring to plain text format as a string.",
      "topics": [
        "unsafe_export"
      ]
    }
  ],
  "_readme": "https://github.com/vubiostat/shelter/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "checkmate",
    "filelock",
    "getPass",
    "rappdirs",
    "rstudioapi",
    "sodium",
    "yaml"
  ],
  "_score": 4.801403710017356,
  "_indexed": true,
  "_nocasepkg": "shelter",
  "_universes": [
    "vubiostat",
    "spgarbet"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-19T05:49:14.000Z",
      "distro": "noble",
      "commit": "ec52935b2e1fea320ae256412cd7e576ef4184e8",
      "fileid": "50f6bec468ad81d2450a3e20b61fb49771be42e863111d41303d92706eab8866",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vubiostat/actions/runs/26078734662"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "1.0.0",
      "date": "2026-05-19T05:49:19.000Z",
      "distro": "noble",
      "commit": "ec52935b2e1fea320ae256412cd7e576ef4184e8",
      "fileid": "f990e319f13534ffaad01081a65b44dd81b1434b508726b856d1f9911bb039c4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vubiostat/actions/runs/26078734662"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-19T05:49:32.000Z",
      "commit": "ec52935b2e1fea320ae256412cd7e576ef4184e8",
      "fileid": "50747769086d1d5bf89c8aa60f1dd8debda4dcede3bfb8244e2290f11017c39d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vubiostat/actions/runs/26078734662"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "1.0.0",
      "date": "2026-05-19T05:49:16.000Z",
      "commit": "ec52935b2e1fea320ae256412cd7e576ef4184e8",
      "fileid": "81d431db4bbdd5cfd929f3a201f0f14e4e7ebc3b69132d5d1159a00b07c246a4",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vubiostat/actions/runs/26078734662"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-19T05:48:37.000Z",
      "commit": "ec52935b2e1fea320ae256412cd7e576ef4184e8",
      "fileid": "e943d4b3fe45d155512184a7d8efeb52add1a2d93d388b1538f7d42b44fd546e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vubiostat/actions/runs/26078734662"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-19T05:48:16.000Z",
      "commit": "ec52935b2e1fea320ae256412cd7e576ef4184e8",
      "fileid": "75096a5bde178284894d1541731d2ace63546edff86de173d980d22ff8c48017",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vubiostat/actions/runs/26078734662"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "1.0.0",
      "date": "2026-05-19T05:48:22.000Z",
      "commit": "ec52935b2e1fea320ae256412cd7e576ef4184e8",
      "fileid": "72a9894e4d6eabd8bb385ec51e3d0774bd6977177a75b86c967ad2945c5cbda0",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/vubiostat/actions/runs/26078734662"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "1.0.0",
      "date": "2026-06-02T15:38:55.000Z",
      "commit": "ec52935b2e1fea320ae256412cd7e576ef4184e8",
      "fileid": "5f410109b96050a6be14cfd2971289f7b81aacdaa11afbef8ab362d04a12c299",
      "status": "success",
      "buildurl": "https://github.com/r-universe/vubiostat/actions/runs/26078734662"
    }
  ]
}