mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: Add r-tkwidgets.
* gnu/packages/bioconductor.scm (r-tkwidgets): New variable.
This commit is contained in:
parent
dc889e85a9
commit
b7d3a9e2f5
1 changed files with 19 additions and 0 deletions
|
@ -9306,6 +9306,25 @@ (define-public r-simplifyenrichment
|
||||||
and comparing the clusterings.")
|
and comparing the clusterings.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public r-tkwidgets
|
||||||
|
(package
|
||||||
|
(name "r-tkwidgets")
|
||||||
|
(version "1.78.0")
|
||||||
|
(source (origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "tkWidgets" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1xp0gdfrhhfzfww4ig3y90f7334y24rhzrmlxmm4wav8slvcran2"))))
|
||||||
|
(properties `((upstream-name . "tkWidgets")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs (list r-dyndoc r-widgettools))
|
||||||
|
(home-page "https://bioconductor.org/packages/tkWidgets")
|
||||||
|
(synopsis "R based tk widgets")
|
||||||
|
(description
|
||||||
|
"This package implements widgets to provide user interfaces.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public r-transcriptr
|
(define-public r-transcriptr
|
||||||
(package
|
(package
|
||||||
(name "r-transcriptr")
|
(name "r-transcriptr")
|
||||||
|
|
Loading…
Reference in a new issue