mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: r-animalcules: Update to 1.18.2.
* gnu/packages/bioconductor.scm (r-animalcules): Update to 1.18.2. [propagated-inputs]: Remove r-biomformat, r-glmnet, and r-plotroc; add r-rocit. Change-Id: Idd769a9608154b66871a38701a49e84f008f849c
This commit is contained in:
parent
d7baeddebe
commit
85cc64bfb8
1 changed files with 3 additions and 5 deletions
|
@ -3250,19 +3250,18 @@ (define-public r-ancombc
|
||||||
(define-public r-animalcules
|
(define-public r-animalcules
|
||||||
(package
|
(package
|
||||||
(name "r-animalcules")
|
(name "r-animalcules")
|
||||||
(version "1.16.0")
|
(version "1.18.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "animalcules" version))
|
(uri (bioconductor-uri "animalcules" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1z46lpd2zi3b88i27qm48wy4acb2xsjh63zgxhfx2y4bgvr29ni7"))))
|
"1q0ca3pagqzj12kah79jg4py3ibz7qsdl975r2mxhphqwj76gnh8"))))
|
||||||
(properties `((upstream-name . "animalcules")))
|
(properties `((upstream-name . "animalcules")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-ape
|
(list r-ape
|
||||||
r-assertthat
|
r-assertthat
|
||||||
r-biomformat
|
|
||||||
r-caret
|
r-caret
|
||||||
r-covr
|
r-covr
|
||||||
r-deseq2
|
r-deseq2
|
||||||
|
@ -3270,7 +3269,6 @@ (define-public r-animalcules
|
||||||
r-dt
|
r-dt
|
||||||
r-forcats
|
r-forcats
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
r-glmnet
|
|
||||||
r-gunifrac
|
r-gunifrac
|
||||||
r-lattice
|
r-lattice
|
||||||
r-limma
|
r-limma
|
||||||
|
@ -3278,9 +3276,9 @@ (define-public r-animalcules
|
||||||
r-matrix
|
r-matrix
|
||||||
r-multiassayexperiment
|
r-multiassayexperiment
|
||||||
r-plotly
|
r-plotly
|
||||||
r-plotroc
|
|
||||||
r-rentrez
|
r-rentrez
|
||||||
r-reshape2
|
r-reshape2
|
||||||
|
r-rocit
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-scales
|
r-scales
|
||||||
r-shiny
|
r-shiny
|
||||||
|
|
Loading…
Reference in a new issue