Package: gpg Type: Package Title: GNU Privacy Guard for R Version: 1.4.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 Roxygen: list(markdown = TRUE) Imports: curl, askpass Suggests: knitr, rmarkdown VignetteBuilder: knitr URL: https://ropensci.r-universe.dev/gpg https://docs.ropensci.org/gpg BugReports: https://github.com/ropensci/gpg/issues Encoding: UTF-8 Config/pak/sysreqs: libgpgme11-dev haveged libssl-dev Repository: https://ropensci.r-universe.dev Date/Publication: 2025-09-02 08:24:14 UTC RemoteUrl: https://github.com/ropensci/gpg RemoteRef: master RemoteSha: 936704ac930e170510ed819d3b1d1cc3e20acca7 NeedsCompilation: yes Packaged: 2026-07-01 08:24:48 UTC; root Author: Jeroen Ooms [aut, cre] (ORCID: ) Maintainer: Jeroen Ooms