mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 07:27:48 -05:00
gnu: r-ancombc: Update to 2.2.1.
* gnu/packages/bioconductor.scm (r-ancombc): Update to 2.2.1. [propagated-inputs]: Remove r-dplyr, r-emmeans, r-magrittr, r-rlang, r-rngtools, r-tibble, and r-tidyr; add r-gtools, r-matrix, and r-multcomp.
This commit is contained in:
parent
558637533f
commit
4db85c197b
1 changed files with 5 additions and 9 deletions
|
@ -2859,13 +2859,13 @@ (define-public r-anaquin
|
|||
(define-public r-ancombc
|
||||
(package
|
||||
(name "r-ancombc")
|
||||
(version "2.2.0")
|
||||
(version "2.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ANCOMBC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wfbi8xyh2pxpjdv2zhml2l1h8c7fyfl5wyici3nm3rcs00n7m9w"))))
|
||||
"05gngz6cqihxg4zlf7ymw93qj61a1i19hgp4fkc0cxnkq0pambrd"))))
|
||||
(properties `((upstream-name . "ANCOMBC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -2873,25 +2873,21 @@ (define-public r-ancombc
|
|||
r-desctools
|
||||
r-doparallel
|
||||
r-dorng
|
||||
r-dplyr
|
||||
r-emmeans
|
||||
r-energy
|
||||
r-foreach
|
||||
r-gtools
|
||||
r-hmisc
|
||||
r-lme4
|
||||
r-lmertest
|
||||
r-magrittr
|
||||
r-mass
|
||||
r-matrix
|
||||
r-mia
|
||||
r-multcomp
|
||||
r-nloptr
|
||||
r-rdpack
|
||||
r-rlang
|
||||
r-rngtools
|
||||
r-s4vectors
|
||||
r-singlecellexperiment
|
||||
r-summarizedexperiment
|
||||
r-tibble
|
||||
r-tidyr
|
||||
r-treesummarizedexperiment))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/FrederickHuangLin/ANCOMBC")
|
||||
|
|
Loading…
Reference in a new issue