Package: shelter Type: Package Title: Support for Secure API Key Management Version: 1.0.0 Authors@R: c( person("Benjamin", "Nutter", email = "benjamin.nutter@gmail.com", role = c("ctb", "aut")), person("Shawn", "Garbett", email = "Shawn.Garbett@vumc.org", comment = c(ORCID="0000-0003-4079-5621"), role = c("cre","ctb")), person("Hui", "Wu", role = c("aut")), person("Cole", "Beck", email = "Cole.Beck@vumc.org", role = c("aut")), person("Savannah", "Obregon", email = "Savannah.Obregon@vumc.org", role = c("aut")) ) Maintainer: Shawn Garbett Description: Secure handling of API keys can be difficult. This package provides secure convenience functions for entering / handling API keys and opening connections via inversion of control on those keys. Works seamlessly between production and developer environments. Depends: R (>= 4.1.0) License: GPL-3 Encoding: UTF-8 Imports: checkmate, getPass, yaml, filelock, rappdirs, sodium Suggests: testthat (>= 3.0.0), rstudioapi, mockery, keyring 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: 2026-06-18 11:07:43 UTC; root Author: Benjamin Nutter [ctb, aut], Shawn Garbett [cre, ctb] (ORCID: ), Hui Wu [aut], Cole Beck [aut], Savannah Obregon [aut]