me
/
guix
Archived
1
0
Fork 0

gnu: r-interactivedisplaybase: Update to 1.26.3.

* gnu/packages/bioinformatics.scm (r-interactivedisplaybase): Update to
1.26.3.
[propagated-inputs]: Add r-dt.
[native-inputs]: Add r-knitr.
master
Ricardo Wurmus 2020-06-12 16:27:10 +02:00
parent 15990617eb
commit 334e8d7b79
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 5 additions and 2 deletions

View File

@ -10019,20 +10019,23 @@ global-scaling and full-quantile normalization.")
(define-public r-interactivedisplaybase
(package
(name "r-interactivedisplaybase")
(version "1.24.0")
(version "1.26.3")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "interactiveDisplayBase" version))
(sha256
(base32
"0zwf3ma6wf4zypl6bgjp0n72k2hmp0g16gzl4v3y4157rxcbpl0n"))))
"1x5vipqa4pgwpd62c1c58shnlpv3zyzzpf4wdwr00q1swkdb7wv3"))))
(properties
`((upstream-name . "interactiveDisplayBase")))
(build-system r-build-system)
(propagated-inputs
`(("r-biocgenerics" ,r-biocgenerics)
("r-dt" ,r-dt)
("r-shiny" ,r-shiny)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://bioconductor.org/packages/interactiveDisplayBase")
(synopsis "Base package for web displays of Bioconductor objects")
(description