guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: Add r-gwidgets2.


From: guix-commits
Subject: 01/06: gnu: Add r-gwidgets2.
Date: Sun, 22 Jan 2023 03:09:28 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5e5debf58c5cf3834dfff7f4f13eac7d242246ed
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Jan 22 08:56:26 2023 +0100

    gnu: Add r-gwidgets2.
    
    * gnu/packages/cran.scm (r-gwidgets2): New variable.
---
 gnu/packages/cran.scm | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 38e1a84282..2b1bea9ea0 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -717,6 +717,27 @@ differential abundance analysis of zero-inflated 
high-dimensional
 compositional data.")
     (license license:gpl3)))
 
+(define-public r-gwidgets2
+  (package
+    (name "r-gwidgets2")
+    (version "1.0-9")
+    (source (origin
+              (method url-fetch)
+              (uri (cran-uri "gWidgets2" version))
+              (sha256
+               (base32
+                "1ifljpdazzmwf3mgkg9g76365n2cmw8dd3da161fpvw84xxyznfl"))))
+    (properties `((upstream-name . "gWidgets2")))
+    (build-system r-build-system)
+    (propagated-inputs (list r-digest))
+    (home-page "https://github.com/gWidgets3/gWidgets2";)
+    (synopsis "Rewrite of gWidgets API for simplified GUI construction")
+    (description
+     "This package provides a re-implementation of the @code{gWidgets} API.
+The API is defined in this package.  A second, toolkit-specific package is
+required to use it.")
+    (license license:gpl3+)))
+
 (define-public r-ids
   (package
     (name "r-ids")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]