diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-11-06 23:49:31 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-11-07 08:15:44 +0100 |
commit | 39d9098defd279d314024769a35a3f9e429fff65 (patch) | |
tree | a4b1bf6453636c2d9900ad481f038a1ca42a3e4b | |
parent | 14b3c719115f723aabdf7c492b3ff4ec92ff4a4d (diff) | |
download | patches-39d9098defd279d314024769a35a3f9e429fff65.tar patches-39d9098defd279d314024769a35a3f9e429fff65.tar.gz |
gnu: r-mutationalpatterns: Update to 1.4.0.
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.4.0.
[propagated-inputs]: Add r-cowplot, r-ggdendro, and r-s4vectors.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 0173f6efaf..55d015b398 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -8096,14 +8096,14 @@ library implementing most of the pipeline's features.") (define-public r-mutationalpatterns (package (name "r-mutationalpatterns") - (version "1.2.1") + (version "1.4.0") (source (origin (method url-fetch) (uri (bioconductor-uri "MutationalPatterns" version)) (sha256 (base32 - "1s50diwh1j6vg3mgahh6bczvq74mfdbmwjrad4d5lh723gnc5pjg")))) + "0sqbrswg8ylkjb9q3vqcb5ggwixynwj6hyv2n4sk7snyk61z3fq9")))) (build-system r-build-system) (propagated-inputs `(("r-biocgenerics" ,r-biocgenerics) @@ -8119,6 +8119,9 @@ library implementing most of the pipeline's features.") ("r-plyr" ,r-plyr) ("r-pracma" ,r-pracma) ("r-reshape2" ,r-reshape2) + ("r-cowplot" ,r-cowplot) + ("r-ggdendro" ,r-ggdendro) + ("r-s4vectors" ,r-s4vectors) ("r-summarizedexperiment" ,r-summarizedexperiment) ("r-variantannotation" ,r-variantannotation))) (home-page "https://bioconductor.org/packages/MutationalPatterns/") |