From 63210ee9c317ce6e981ae4dd4b97ebc8c907c284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Cs=C3=A1rdi?= Date: Fri, 3 Nov 2023 12:26:42 +0100 Subject: [PATCH] usethis::use_tidy_description() --- DESCRIPTION | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 7e942de..72f78b8 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,40 +1,44 @@ Package: keyring Title: Access the System Credential Store from R Version: 1.3.1.9000 -Authors@R: - c(person(given = "Gábor", family = "Csárdi", role = c("aut", "cre"), - email = "csardi.gabor@gmail.com"), - person(given = "Alec", family = "Wong", role = "ctb"), - person("Posit Software, PBC", role = c("cph", "fnd")) - ) +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")) + ) 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. + 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#readme BugReports: https://github.com/r-lib/keyring/issues -RoxygenNote: 7.2.3 -Roxygen: list(markdown = TRUE, r6 = FALSE) +Depends: + R (>= 3.6) Imports: - assertthat, askpass, + assertthat, + filelock, openssl, R6, - utils, - sodium, - yaml, - filelock, rappdirs, - tools + sodium, + tools, + utils, + yaml Suggests: callr, covr, mockery, testthat (>= 3.0.0), withr +Config/Needs/website: tidyverse/tidytemplate +Config/testthat/edition: 3 Encoding: UTF-8 +Roxygen: list(markdown = TRUE, r6 = FALSE) +RoxygenNote: 7.2.3 SystemRequirements: Optional: libsecret on Linux (libsecret-1-dev on Debian/Ubuntu, libsecret-devel on Fedora/CentOS) Collate: @@ -51,7 +55,3 @@ Collate: 'package.R' 'pass.R' 'utils.R' -Config/Needs/website: tidyverse/tidytemplate -Config/testthat/edition: 3 -Depends: - R (>= 3.6)