Package: keyring
Title: Access the System Credential Store from R
Version: 1.0.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
Suggests: covr, mockery, testthat, withr
Encoding: UTF-8
SystemRequirements: 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-macos.R' 'backend-secret-service.R'
        'backend-wincred.R' 'default_backend.R' 'package.R' 'pass.R'
        'utils.R'
NeedsCompilation: yes
Packaged: 2017-09-09 10:03:47 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
  RStudio [cph]
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2017-09-09 15:18:36 UTC
