Package: gpg
Type: Package
Title: GNU Privacy Guard for R
Version: 1.2.4
Authors@R: person("Jeroen", "Ooms", email = "jeroen@berkeley.edu", 
    comment = c(ORCID = "0000-0002-4035-0289"), 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. On Windows this package can be used together with
    'GPG4Win' which provides a GUI for managing keys and entering passphrases.
License: MIT + file LICENSE
SystemRequirements: GPGME: libgpgme-dev / libgpgme11-dev (deb),
        gpgme-devel (rpm) gpgme (brew). On Linux 'haveged' is
        recommended for generating entropy when using the GPG key
        generator.
RoxygenNote: 6.1.1
Imports: curl, askpass
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/jeroen/gpg
BugReports: https://github.com/jeroen/gpg/issues
NeedsCompilation: yes
Packaged: 2021-11-17 12:48:21 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Repository: CRAN
Date/Publication: 2021-11-17 13:00:02 UTC
