diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 08:49:47 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-05 09:12:44 +0200 |
commit | 38fa99c1d09323dff6962489b33f00f765d9b66f (patch) | |
tree | 65e92b69e40e24bca7fc59b4fd2219bd2a3e437f /gnu | |
parent | 7c45bc9391991e6e2750568e14e0bb9a5143f329 (diff) | |
download | guix-38fa99c1d09323dff6962489b33f00f765d9b66f.tar.gz guix-38fa99c1d09323dff6962489b33f00f765d9b66f.zip |
gnu: r-rcas: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-rcas): Update to 1.18.0.
[propagated-inputs]: Add r-knitr.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioconductor.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 6d08744ec5..c20a2499c4 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -3732,13 +3732,13 @@ the graph algorithms contained in the Boost library.") (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 @@ the graph algorithms contained in the Boost library.") ("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) |