Package: secret Title: Share Sensitive Information in R Packages Version: 1.1.0.9000 Authors@R: c(person("Gábor", "Csárdi", role=c("aut", "cre"), email="csardi.gabor@gmail.com"), person("Andrie", "de Vries", role=c("aut"), email="apdevries@gmail.com")) Description: Allow sharing sensitive information, for example passwords, 'API' keys, etc., in R packages, using public key cryptography. License: MIT + file LICENSE URL: https://github.com/gaborcsardi/secret#readme BugReports: https://github.com/gaborcsardi/secret/issues RoxygenNote: 7.1.0 Roxygen: list(markdown = TRUE) Imports: assertthat, openssl, rprojroot, curl, jsonlite Suggests: covr, mockery, testthat, knitr, rmarkdown, withr Encoding: UTF-8 VignetteBuilder: knitr Config/pak/sysreqs: libssl-dev Repository: https://gaborcsardi.r-universe.dev Date/Publication: 2020-05-07 22:17:49 UTC RemoteUrl: https://github.com/gaborcsardi/secret RemoteRef: HEAD RemoteSha: 77a87540958a9fcbbdd864ecec4775ceac51298f NeedsCompilation: no Packaged: 2026-06-12 09:09:36 UTC; root Author: Gábor Csárdi [aut, cre], Andrie de Vries [aut] Maintainer: Gábor Csárdi