Package: gpg
Type: Package
Title: GNU Privacy Guard for R
Version: 1.3.0
Authors@R: person("Jeroen", "Ooms", email = "jeroenooms@gmail.com", 
    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. 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 (deb), gpgme-devel (rpm) gpgme
        (brew). On Linux 'haveged' is recommended for generating
        entropy when using the GPG key generator.
RoxygenNote: 7.2.3
Imports: curl, askpass
Suggests: knitr, rmarkdown
VignetteBuilder: knitr
URL: https://github.com/jeroen/gpg
BugReports: https://github.com/jeroen/gpg/issues
Encoding: UTF-8
NeedsCompilation: yes
Packaged: 2024-09-19 16:01:50 UTC; jeroen
Author: Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Maintainer: Jeroen Ooms <jeroenooms@gmail.com>
Repository: CRAN
Date/Publication: 2024-09-20 09:00:06 UTC
Built: R 4.4.1; x86_64-apple-darwin12.6.0; 2024-09-27 17:36:19 UTC; unix
