all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#55379] [PATCH 01/14] gnu: Add r-gpg.
@ 2022-05-12  2:10 kyle
  2022-05-12  2:10 ` [bug#55380] [PATCH 02/14] gnu: Add r-piton kyle
                   ` (14 more replies)
  0 siblings, 15 replies; 25+ messages in thread
From: kyle @ 2022-05-12  2:10 UTC (permalink / raw)
  To: 55379; +Cc: Kyle Andrews

From: Kyle Andrews <kyle@posteo.net>

---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 5c05f20ea7..f69a7dd605 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -103,6 +103,7 @@ (define-module (gnu packages cran)
   #:use-module (gnu packages python-xyz)
   #:use-module (gnu packages sqlite)
   #:use-module (gnu packages statistics)
+  #:use-module (gnu packages gnupg)
   #:use-module (gnu packages tcl)
   #:use-module (gnu packages textutils)
   #:use-module (gnu packages tls)
@@ -33255,3 +33256,29 @@ (define-public r-zoeppritz
 coefficients or scattering amplitudes, for seismological P and S-waves at an
 interface.")
     (license license:gpl2+)))
+
+(define r-gpg
+  (package
+   (name "r-gpg")
+   (version "1.2.2")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (cran-uri "gpg" version))
+     (sha256
+      (base32
+       "1qc7w4d6frp0j4yk0q7slkj1mps80bv78lixcpw1shgx48rp41kh"))))
+   (properties `((upstream-name . "gpg")))
+   (build-system r-build-system)
+   (propagated-inputs
+    `(("r-askpass" ,r-askpass) ("r-curl" ,r-curl)))
+   (inputs
+    `(("gpgme" ,gpgme) ("gnupg" ,gnupg)))
+   (native-inputs
+    `(("pkg-config" ,pkg-config) ("r-knitr" ,r-knitr)))
+   (home-page
+    "https://jeroen.cran.dev/gpg/https://github.com/jeroen/gpg")
+   (synopsis "GNU Privacy Guard for R")
+   (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 license:expat)))
-- 
2.36.0





^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2022-12-29 19:58 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-12  2:10 [bug#55379] [PATCH 01/14] gnu: Add r-gpg kyle
2022-05-12  2:10 ` [bug#55380] [PATCH 02/14] gnu: Add r-piton kyle
2022-12-29 19:47   ` bug#55380: " Ricardo Wurmus
2022-05-12  2:10 ` [bug#55379] [PATCH 03/14] gnu: Add r-tidyxl kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 04/14] gnu: Add r-unpivotr kyle
2022-05-14 10:53   ` Maxime Devos
2022-05-18  1:09     ` Kyle Andrews
2022-05-12  2:10 ` [bug#55381] [PATCH 05/14] gnu: Add r-unglue kyle
2022-05-14 18:18   ` Maxime Devos
2022-05-15 16:38     ` Kyle Andrews
2022-12-29 19:56   ` bug#55381: " Ricardo Wurmus
2022-05-12  2:10 ` [bug#55379] [PATCH 06/14] gnu: Add r-vcdextra kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 07/14] gnu: Add r-ca kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 08/14] gnu: Add r-qvcalc kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 09/14] gnu: Add r-gnm kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 10/14] gnu: Add r-relimp kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 11/14] gnu: Add r-picosat kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 12/14] gnu: Add r-ryacas kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 13/14] gnu: Add r-showimage kyle
2022-05-12  2:10 ` [bug#55379] [PATCH 14/14] gnu: Add r-genoud kyle
2022-05-13  7:10 ` [bug#55379] [PATCH 01/14] gnu: Add r-gpg Maxime Devos
     [not found]   ` <87bkw0jb3i.fsf@posteo.net>
2022-05-14 18:02     ` Maxime Devos
2022-05-15 16:24       ` Kyle Andrews
2022-05-14 18:07     ` Maxime Devos
2022-12-18  8:58 ` Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.