keyring: Access the System Credential Store from R

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.

Version: 1.0.0
Imports: assertthat, getPass, openssl, R6, utils
Suggests: covr, mockery, testthat, withr
Published: 2017-09-09
Author: Gábor Csárdi [aut, cre], RStudio [cph]
Maintainer: Gábor Csárdi <csardi.gabor at gmail.com>
BugReports: https://github.com/r-lib/keyring/issues
License: MIT + file LICENSE
URL: https://github.com/r-lib/keyring#readme
NeedsCompilation: yes
SystemRequirements: libsecret on Linux (libsecret-1-dev on Debian/Ubuntu, libsecret-devel on Fedora/CentOS)
Materials: README NEWS
CRAN checks: keyring results

Downloads:

Reference manual: keyring.pdf
Package source: keyring_1.0.0.tar.gz
Windows binaries: r-devel: keyring_1.0.0.zip, r-release: keyring_1.0.0.zip, r-oldrel: keyring_1.0.0.zip
OS X El Capitan binaries: r-release: keyring_1.0.0.tgz
OS X Mavericks binaries: r-oldrel: keyring_1.0.0.tgz

Reverse dependencies:

Reverse imports: togglr

Linking:

Please use the canonical form https://CRAN.R-project.org/package=keyring to link to this page.