me
/
guix
Archived
1
0
Fork 0

gnu: Add r-gwidgets2.

* gnu/packages/cran.scm (r-gwidgets2): New variable.
Ricardo Wurmus 2023-01-22 08:56:26 +01:00
parent bbc8f4c29e
commit 5e5debf58c
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 21 additions and 0 deletions

View File

@ -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")