Package: keyring Title: Access the System Credential Store from R Version: 1.4.1.9000 Authors@R: c( person("Gábor", "Csárdi", , "csardi.gabor@gmail.com", role = c("aut", "cre")), person("Alec", "Wong", role = "ctb"), person("Posit Software, PBC", role = c("cph", "fnd"), comment = c(ROR = "03wc8by49")) ) 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 simple, platform independent stores implemented with environment variables or encrypted files. Additional storage back-ends can be added easily. License: MIT + file LICENSE URL: https://keyring.r-lib.org/, https://github.com/r-lib/keyring BugReports: https://github.com/r-lib/keyring/issues Depends: R (>= 3.5) Imports: askpass, filelock, R6, tools, utils, yaml Suggests: callr, covr, openssl, testthat (>= 3.0.0), withr Biarch: true Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-30 Encoding: UTF-8 Roxygen: list(markdown = TRUE, r6 = FALSE) RoxygenNote: 7.3.2.9000 SystemRequirements: Optional: libsecret on Linux (libsecret-1-dev on Debian/Ubuntu, libsecret-devel on Fedora/CentOS) Config/pak/sysreqs: libsecret-1-dev Repository: https://r-lib.r-universe.dev Date/Publication: 2025-10-21 06:51:36 UTC RemoteUrl: https://github.com/r-lib/keyring RemoteRef: HEAD RemoteSha: 5d6e296a51388eb2a765b1ec377c6edc9ad86a6e NeedsCompilation: yes Packaged: 2026-06-23 16:27:53 UTC; root Author: Gábor Csárdi [aut, cre], Alec Wong [ctb], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Gábor Csárdi