mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: r-maaslin2: Update to 1.14.1.
* gnu/packages/bioconductor.scm (r-maaslin2): Update to 1.14.1. [propagated-inputs]: Remove r-lpsymphony; add r-tibble.
This commit is contained in:
parent
5588562fb9
commit
464ad1fd79
1 changed files with 3 additions and 3 deletions
|
@ -7386,13 +7386,13 @@ (define-public r-limma
|
|||
(define-public r-maaslin2
|
||||
(package
|
||||
(name "r-maaslin2")
|
||||
(version "1.13.0")
|
||||
(version "1.14.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Maaslin2" version))
|
||||
(sha256
|
||||
(base32 "05xha6y6ssf80l4xb7skbjafpqww2d85l4b6wn72r5djidyxxw6y"))))
|
||||
(base32 "06mb72hbzihdficv73yqbb2m86bkw78w3vbw1rm98n0npxq2fch6"))))
|
||||
(properties `((upstream-name . "Maaslin2")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -7409,7 +7409,6 @@ (define-public r-maaslin2
|
|||
r-lme4
|
||||
r-lmertest
|
||||
r-logging
|
||||
r-lpsymphony
|
||||
r-mass
|
||||
r-metagenomeseq
|
||||
r-optparse
|
||||
|
@ -7418,6 +7417,7 @@ (define-public r-maaslin2
|
|||
r-pheatmap
|
||||
r-pscl
|
||||
r-robustbase
|
||||
r-tibble
|
||||
r-vegan))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "http://huttenhower.sph.harvard.edu/maaslin2")
|
||||
|
|
Loading…
Reference in a new issue