Package: rccola
Type: Package
Title: Safely Manage API Keys and Load Data from a REDCap or Other
        Source
Version: 1.0.2
Authors@R: c(person("Shawn",    "Garbett",  email = "Shawn.Garbett@vumc.org",        role = c("aut", "cre")),
             person("Hui",      "Wu",       email = "Hui.Wu@vumc.org",               role = c("aut")),
             person("Cole",     "Beck",     email = "Cole.Beck@vumc.org",            role = c("aut"))
            )
Author: Shawn Garbett [aut, cre],
  Hui Wu [aut],
  Cole Beck [aut]
Maintainer: Shawn Garbett <Shawn.Garbett@vumc.org>
Description: The handling of an API key (misnomer for password) for protected
    data can be difficult. This package provides secure convenience functions for 
    entering / handling API keys and pulling data directly into memory. By default
    it will load from REDCap instances, but other sources are injectable via
    inversion of control.
License: GPL-3
Encoding: UTF-8
Imports: redcapAPI, getPass, yaml, keyring (>= 1.3.0)
URL: https://github.com/spgarbet/rccola
RoxygenNote: 7.1.2
NeedsCompilation: no
Packaged: 2022-01-18 14:43:39 UTC; garbetsp
Repository: CRAN
Date/Publication: 2022-01-20 16:12:42 UTC
Built: R 4.6.0; ; 2025-10-14 02:09:16 UTC; windows
