[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
89/353: gnu: r-systempiper: Update to 2.0.0.
From: |
guix-commits |
Subject: |
89/353: gnu: r-systempiper: Update to 2.0.0. |
Date: |
Thu, 4 Nov 2021 18:14:02 -0400 (EDT) |
rekado pushed a commit to branch r-updates
in repository guix.
commit 1b31f4224bf3835a209e12e5b3e1c39bc531ee15
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:09 2021 +0000
gnu: r-systempiper: Update to 2.0.0.
* gnu/packages/bioconductor.scm (r-systempiper): Update to 2.0.0.
[propagated-inputs]: Remove r-annotate, r-assertthat, r-batchtools,
r-deseq2, r-dot,
r-edger, r-genomicfeatures, r-go-db, r-gostats, r-iranges, r-limma,
r-pheatmap, r-rjson, r-rsvg, r-testthat, and r-variantannotation; add
r-biocgenerics and r-htmlwidgets.
---
gnu/packages/bioconductor.scm | 24 +++++-------------------
1 file changed, 5 insertions(+), 19 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b7b1b6a..f04e96c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4442,44 +4442,30 @@ unmodeled, or latent sources of noise.")
(define-public r-systempiper
(package
(name "r-systempiper")
- (version "1.26.3")
+ (version "2.0.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "systemPipeR" version))
(sha256
(base32
- "01l35l5zj87qkarrbal9la6kshk3j7k8hy3iimv3gdnnz4axmvs7"))))
+ "0kibr47z7ml13hpl955qcr4wp2z4nq7gjiinyk30wivrwrng5sg1"))))
(properties `((upstream-name . "systemPipeR")))
(build-system r-build-system)
(propagated-inputs
- `(("r-annotate" ,r-annotate)
- ("r-assertthat" ,r-assertthat)
- ("r-batchtools" ,r-batchtools)
+ `(("r-biocgenerics" ,r-biocgenerics)
("r-biostrings" ,r-biostrings)
("r-crayon" ,r-crayon)
- ("r-deseq2" ,r-deseq2)
- ("r-dot" ,r-dot)
- ("r-edger" ,r-edger)
- ("r-genomicfeatures" ,r-genomicfeatures)
("r-genomicranges" ,r-genomicranges)
("r-ggplot2" ,r-ggplot2)
- ("r-go-db" ,r-go-db)
- ("r-gostats" ,r-gostats)
- ("r-iranges" ,r-iranges)
- ("r-limma" ,r-limma)
+ ("r-htmlwidgets" ,r-htmlwidgets)
("r-magrittr" ,r-magrittr)
- ("r-pheatmap" ,r-pheatmap)
- ("r-rjson" ,r-rjson)
("r-rsamtools" ,r-rsamtools)
- ("r-rsvg" ,r-rsvg)
("r-s4vectors" ,r-s4vectors)
("r-shortread" ,r-shortread)
("r-stringr" ,r-stringr)
("r-summarizedexperiment" ,r-summarizedexperiment)
- ("r-testthat" ,r-testthat)
- ("r-yaml" ,r-yaml)
- ("r-variantannotation" ,r-variantannotation)))
+ ("r-yaml" ,r-yaml)))
(native-inputs
`(("r-knitr" ,r-knitr)))
(home-page "https://github.com/tgirke/systemPipeR")
- 76/353: gnu: r-rhdf5: Update to 2.38.0., (continued)
- 76/353: gnu: r-rhdf5: Update to 2.38.0., guix-commits, 2021/11/04
- 77/353: gnu: r-rhdf5filters: Update to 1.6.0., guix-commits, 2021/11/04
- 78/353: gnu: r-rsamtools: Update to 2.10.0., guix-commits, 2021/11/04
- 79/353: gnu: r-rtracklayer: Update to 1.54.0., guix-commits, 2021/11/04
- 81/353: gnu: r-seqpattern: Update to 1.26.0., guix-commits, 2021/11/04
- 83/353: gnu: r-simplifyenrichment: Update to 1.4.0., guix-commits, 2021/11/04
- 84/353: gnu: r-trajectoryutils: Update to 1.2.0., guix-commits, 2021/11/04
- 85/353: gnu: r-slingshot: Update to 2.2.0., guix-commits, 2021/11/04
- 82/353: gnu: r-shortread: Update to 1.52.0., guix-commits, 2021/11/04
- 86/353: gnu: r-structuralvariantannotation: Update to 1.10.0., guix-commits, 2021/11/04
- 89/353: gnu: r-systempiper: Update to 2.0.0.,
guix-commits <=
- 92/353: gnu: r-variantannotation: Update to 1.40.0., guix-commits, 2021/11/04
- 93/353: gnu: r-vsn: Update to 3.62.0., guix-commits, 2021/11/04
- 90/353: gnu: r-topgo: Update to 2.46.0., guix-commits, 2021/11/04
- 91/353: gnu: r-tximport: Update to 1.22.0., guix-commits, 2021/11/04
- 96/353: gnu: r-geneplotter: Update to 1.72.0., guix-commits, 2021/11/04
- 98/353: gnu: r-oligo: Update to 1.58.0., guix-commits, 2021/11/04
- 99/353: gnu: r-qvalue: Update to 2.26.0., guix-commits, 2021/11/04
- 100/353: gnu: r-apeglm: Update to 1.16.0., guix-commits, 2021/11/04
- 101/353: gnu: r-greylistchip: Update to 1.26.0., guix-commits, 2021/11/04
- 102/353: gnu: r-diffbind: Update to 3.4.0., guix-commits, 2021/11/04