Package: keyring Title: Access the System Credential Store from R Version: 1.4.1 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: 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 RoxygenNote: 7.3.2.9000 SystemRequirements: Optional: libsecret on Linux (libsecret-1-dev on Debian/Ubuntu, libsecret-devel on Fedora/CentOS) NeedsCompilation: yes Packaged: 2025-06-15 20:21:23 UTC; gaborcsardi Author: Gábor Csárdi [aut, cre], Alec Wong [ctb], Posit Software, PBC [cph, fnd] (ROR: ) Maintainer: Gábor Csárdi Repository: CRAN Date/Publication: 2025-06-15 21:10:02 UTC Built: R 4.3.3; x86_64-pc-linux-gnu; 2026-05-24 04:37:16 UTC; unix