Package: gpg
Type: Package
Title: GNU Privacy Guard for R
Version: 0.1
Authors@R: person("Jeroen", "Ooms", email = "jeroen.ooms@stat.ucla.edu", role = c("aut", "cre"))
Description: Bindings to GnuPG for working with OpenGPG (RFC4880) cryptographic methods.
    Includes utilities for public key encryption, creating and verifying digital signatures,
    and managing your local keyring. Note that some functionality depends on the version of 
    GnuPG that is installed on the system. In particular GnuPG 2.1 mandates the use of 
    'gpg-agent' for entering passphrases, which only works if R runs in a terminal session.
License: MIT + file LICENSE
SystemRequirements: GPGME: libgpgme11-dev (deb), gpgme-devel (rpm)
        gpgme (brew)
RoxygenNote: 5.0.1.9000
Imports: curl
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
NeedsCompilation: yes
Packaged: 2016-10-13 08:56:25 UTC; jeroen
Author: Jeroen Ooms [aut, cre]
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.edu>
Repository: CRAN
Date/Publication: 2016-10-13 20:50:29
