gnu: r-rcas: Update to 1.18.0.

* gnu/packages/bioconductor.scm (r-rcas): Update to 1.18.0.
[propagated-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus 2021-06-05 08:49:47 +02:00
parent 7c45bc9391
commit 38fa99c1d0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3732,13 +3732,13 @@ (define-public r-rbgl
(define-public r-rcas
(package
(name "r-rcas")
(version "1.16.0")
(version "1.18.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "RCAS" version))
(sha256
(base32
"0vdxml618vqvf8xyh0zxs307p9zby0cj9dqyiiz625ilyq1hkw2m"))))
"0l92v870ndna8zjqwzf22fb9vyhkh6942v4gaiqr1yc4qr521p5p"))))
(properties `((upstream-name . "RCAS")))
(build-system r-build-system)
(propagated-inputs
@ -3757,6 +3757,7 @@ (define-public r-rcas
("r-ggseqlogo" ,r-ggseqlogo)
("r-gprofiler2" ,r-gprofiler2)
("r-iranges" ,r-iranges)
("r-knitr" ,r-knitr)
("r-pbapply" ,r-pbapply)
("r-pheatmap" ,r-pheatmap)
("r-plotly" ,r-plotly)