mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add r-widgettools.
* gnu/packages/bioconductor.scm (r-widgettools): New variable.
This commit is contained in:
parent
b9b8b447ec
commit
7b5101c5bf
1 changed files with 21 additions and 0 deletions
|
@ -4096,3 +4096,24 @@ (define-public r-wiggleplotr
|
||||||
Introns of long transcripts can be rescaled to a fixed length for better
|
Introns of long transcripts can be rescaled to a fixed length for better
|
||||||
visualization of exonic read coverage.")
|
visualization of exonic read coverage.")
|
||||||
(license license:asl2.0)))
|
(license license:asl2.0)))
|
||||||
|
|
||||||
|
(define-public r-widgettools
|
||||||
|
(package
|
||||||
|
(name "r-widgettools")
|
||||||
|
(version "1.60.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "widgetTools" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0mz69pdr6q69avsvs6r5ncdkdmgwfislpil4v18dsflw4j454gwf"))))
|
||||||
|
(properties `((upstream-name . "widgetTools")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(home-page "https://bioconductor.org/packages/widgetTools/")
|
||||||
|
(synopsis "Tools for creating interactive tcltk widgets")
|
||||||
|
(description
|
||||||
|
"This packages contains tools to support the construction of tcltk
|
||||||
|
widgets in R.")
|
||||||
|
;; Any version of the LGPL.
|
||||||
|
(license license:lgpl3+)))
|
||||||
|
|
Loading…
Reference in a new issue