Source: r-cran-keyring
Section: gnu-r
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Andreas Tille <tille@debian.org>
Vcs-Browser: https://salsa.debian.org/r-pkg-team/r-cran-keyring
Vcs-Git: https://salsa.debian.org/r-pkg-team/r-cran-keyring.git
Homepage: https://cran.r-project.org/package=keyring
Standards-Version: 4.6.2
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-r,
               r-base-dev,
               r-cran-askpass,
               r-cran-assertthat,
               r-cran-filelock,
               r-cran-openssl,
               r-cran-r6,
               r-cran-rappdirs,
               r-cran-sodium,
               r-cran-yaml
Testsuite: autopkgtest-pkg-r

Package: r-cran-keyring
Architecture: any
Depends: ${R:Depends},
         ${shlibs:Depends},
         ${misc:Depends}
Recommends: ${R:Recommends}
Suggests: ${R:Suggests}
Description: access the system credential store from GNU 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.
