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 @@ analysis, modelling, and visualization of spike-in controls.")
|
||||||
(define-public r-ancombc
|
(define-public r-ancombc
|
||||||
(package
|
(package
|
||||||
(name "r-ancombc")
|
(name "r-ancombc")
|
||||||
(version "2.2.0")
|
(version "2.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "ANCOMBC" version))
|
(uri (bioconductor-uri "ANCOMBC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wfbi8xyh2pxpjdv2zhml2l1h8c7fyfl5wyici3nm3rcs00n7m9w"))))
|
"05gngz6cqihxg4zlf7ymw93qj61a1i19hgp4fkc0cxnkq0pambrd"))))
|
||||||
(properties `((upstream-name . "ANCOMBC")))
|
(properties `((upstream-name . "ANCOMBC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -2873,25 +2873,21 @@ analysis, modelling, and visualization of spike-in controls.")
|
||||||
r-desctools
|
r-desctools
|
||||||
r-doparallel
|
r-doparallel
|
||||||
r-dorng
|
r-dorng
|
||||||
r-dplyr
|
|
||||||
r-emmeans
|
|
||||||
r-energy
|
r-energy
|
||||||
r-foreach
|
r-foreach
|
||||||
|
r-gtools
|
||||||
r-hmisc
|
r-hmisc
|
||||||
r-lme4
|
r-lme4
|
||||||
r-lmertest
|
r-lmertest
|
||||||
r-magrittr
|
|
||||||
r-mass
|
r-mass
|
||||||
|
r-matrix
|
||||||
r-mia
|
r-mia
|
||||||
|
r-multcomp
|
||||||
r-nloptr
|
r-nloptr
|
||||||
r-rdpack
|
r-rdpack
|
||||||
r-rlang
|
|
||||||
r-rngtools
|
|
||||||
r-s4vectors
|
r-s4vectors
|
||||||
r-singlecellexperiment
|
r-singlecellexperiment
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
r-tibble
|
|
||||||
r-tidyr
|
|
||||||
r-treesummarizedexperiment))
|
r-treesummarizedexperiment))
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://github.com/FrederickHuangLin/ANCOMBC")
|
(home-page "https://github.com/FrederickHuangLin/ANCOMBC")
|
||||||
|
|
Reference in a new issue