mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +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
|
||||
(package
|
||||
(name "r-animalcules")
|
||||
(version "1.16.0")
|
||||
(version "1.18.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "animalcules" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z46lpd2zi3b88i27qm48wy4acb2xsjh63zgxhfx2y4bgvr29ni7"))))
|
||||
"1q0ca3pagqzj12kah79jg4py3ibz7qsdl975r2mxhphqwj76gnh8"))))
|
||||
(properties `((upstream-name . "animalcules")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ape
|
||||
r-assertthat
|
||||
r-biomformat
|
||||
r-caret
|
||||
r-covr
|
||||
r-deseq2
|
||||
|
@ -3270,7 +3269,6 @@ (define-public r-animalcules
|
|||
r-dt
|
||||
r-forcats
|
||||
r-ggplot2
|
||||
r-glmnet
|
||||
r-gunifrac
|
||||
r-lattice
|
||||
r-limma
|
||||
|
@ -3278,9 +3276,9 @@ (define-public r-animalcules
|
|||
r-matrix
|
||||
r-multiassayexperiment
|
||||
r-plotly
|
||||
r-plotroc
|
||||
r-rentrez
|
||||
r-reshape2
|
||||
r-rocit
|
||||
r-s4vectors
|
||||
r-scales
|
||||
r-shiny
|
||||
|
|
Loading…
Reference in a new issue