Package: secret
Title: Share Sensitive Information in R Packages
Version: 1.0.0
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
LazyData: true
URL: https://github.com/gaborcsardi/secret#readme
BugReports: https://github.com/gaborcsardi/secret/issues
RoxygenNote: 6.0.1.9000
Imports: assertthat, openssl, rprojroot, curl, jsonlite
Suggests: covr, mockery, testthat, knitr, rmarkdown, withr
Encoding: UTF-8
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2017-06-17 09:01:46 UTC; gaborcsardi
Author: Gábor Csárdi [aut, cre],
  Andrie de Vries [aut]
Maintainer: Gábor Csárdi <csardi.gabor@gmail.com>
Repository: CRAN
Date/Publication: 2017-06-17 14:33:35 UTC
