Package: keyring
Title: Access the System Credential Store from R
Version: 1.1.0
Authors@R: 
    c(person(given = "Gábor", family = "Csárdi", role = c("aut", "cre"),
             email = "csardi.gabor@gmail.com"),
      person("RStudio", role = "cph"))
Description: Platform independent 'API' to access the operating system's
    credential store. Currently supports: 'Keychain' on 'macOS', Credential
    Store on 'Windows', the Secret Service 'API' on 'Linux', and a simple,
    platform independent store implemented with environment variables.
    Additional storage back-ends can be added easily.
License: MIT + file LICENSE
LazyData: true
URL: https://github.com/r-lib/keyring#readme
BugReports: https://github.com/r-lib/keyring/issues
RoxygenNote: 6.0.1
Imports: assertthat, getPass, openssl, R6, utils, sodium, yaml,
        filelock, rappdirs, tools
Suggests: callr, covr, mockery, testthat, withr
Encoding: UTF-8
SystemRequirements: Optional: libsecret on Linux (libsecret-1-dev on
        Debian/Ubuntu, libsecret-devel on Fedora/CentOS)
Collate: 'api.R' 'assertions.R' 'backend-class.R' 'backend-env.R'
        'backend-file.R' 'backend-macos.R' 'backend-secret-service.R'
        'backend-wincred.R' 'default_backend.R' 'package.R' 'pass.R'
        'utils.R'
NeedsCompilation: yes
Packaged: 2018-07-16 11:55:49 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
  RStudio [cph]
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2018-07-16 12:20:03 UTC
