[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/265: gnu: r-depecher: Update to 1.2.0.
From: |
guix-commits |
Subject: |
20/265: gnu: r-depecher: Update to 1.2.0. |
Date: |
Sun, 15 Dec 2019 09:39:56 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 2c8433ca0a51d24b84af0942fdcc82934e2054a7
Author: Ricardo Wurmus <address@hidden>
Date: Sun Dec 15 14:27:30 2019 +0100
gnu: r-depecher: Update to 1.2.0.
* gnu/packages/bioconductor.scm (r-depecher): Update to 1.2.0.
[arguments]: Remove field.
[propagated-inputs]: Remove r-biocparallel; add r-fnn and r-robustbase.
---
gnu/packages/bioconductor.scm | 15 ++++-----------
1 file changed, 4 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 73f4155..48c0e27 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5748,29 +5748,21 @@ delete entire rows with missing data.")
(define-public r-depecher
(package
(name "r-depecher")
- (version "1.0.3")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "DepecheR" version))
(sha256
(base32
- "0qj2h2a50fncppvi2phh0mbivxkn1mv702mqpi9mvvkf3bzq8m0h"))))
+ "1f6zbc0fq7xjflh3mkjx1n83mpppw663dj22rlpxzwp1kpmf6wm5"))))
(properties `((upstream-name . "DepecheR")))
(build-system r-build-system)
- (arguments
- `(#:phases
- (modify-phases %standard-phases
- (add-after 'unpack 'fix-syntax-error
- (lambda _
- (substitute* "src/Makevars"
- ((" & ") " && "))
- #t)))))
(propagated-inputs
`(("r-beanplot" ,r-beanplot)
- ("r-biocparallel" ,r-biocparallel)
("r-dosnow" ,r-dosnow)
("r-dplyr" ,r-dplyr)
+ ("r-fnn" ,r-fnn)
("r-foreach" ,r-foreach)
("r-ggplot2" ,r-ggplot2)
("r-gplots" ,r-gplots)
@@ -5781,6 +5773,7 @@ delete entire rows with missing data.")
("r-rcpp" ,r-rcpp)
("r-rcppeigen" ,r-rcppeigen)
("r-reshape2" ,r-reshape2)
+ ("r-robustbase" ,r-robustbase)
("r-viridis" ,r-viridis)))
(home-page "https://bioconductor.org/packages/DepecheR/")
(synopsis "Identify traits of clusters in high-dimensional entities")
- 05/265: gnu: Add r-multidataset., (continued)
- 05/265: gnu: Add r-multidataset., guix-commits, 2019/12/15
- 07/265: gnu: Add r-ncdfflow., guix-commits, 2019/12/15
- 08/265: gnu: Add r-ggcyto., guix-commits, 2019/12/15
- 09/265: gnu: Add r-ggplot-multistats., guix-commits, 2019/12/15
- 10/265: gnu: Add r-knn-covertree., guix-commits, 2019/12/15
- 13/265: gnu: Add r-flowviz., guix-commits, 2019/12/15
- 12/265: gnu: r-rgraphviz: Update to 2.30.0., guix-commits, 2019/12/15
- 18/265: gnu: Add r-opencyto., guix-commits, 2019/12/15
- 23/265: gnu: r-affycompatible: Update to 1.46.0., guix-commits, 2019/12/15
- 15/265: gnu: Add r-rprotobuflib., guix-commits, 2019/12/15
- 20/265: gnu: r-depecher: Update to 1.2.0.,
guix-commits <=
- 24/265: gnu: r-affycontam: Update to 1.44.0., guix-commits, 2019/12/15
- 25/265: gnu: r-affycoretools: Update to 1.58.2., guix-commits, 2019/12/15
- 27/265: gnu: r-annotate: Update to 1.64.0., guix-commits, 2019/12/15
- 29/265: gnu: r-regioner: Update to 1.18.0., guix-commits, 2019/12/15
- 34/265: gnu: r-qvalue: Update to 2.18.0., guix-commits, 2019/12/15
- 33/265: gnu: r-oligo: Update to 1.50.0., guix-commits, 2019/12/15
- 35/265: gnu: r-diffbind: Update to 2.14.0., guix-commits, 2019/12/15
- 38/265: gnu: r-graph: Update to 1.64.0., guix-commits, 2019/12/15
- 19/265: gnu: Add r-cytoml., guix-commits, 2019/12/15
- 22/265: gnu: r-affycomp: Update to 1.62.0., guix-commits, 2019/12/15