mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: r-ancombc: Update to 2.0.1.
* gnu/packages/bioconductor.scm (r-ancombc): Update to 2.0.1. [propagated-inputs]: Remove r-microbiome, r-nlme, and r-phyloseq; add r-cvxr, r-emmeans, r-lme4, r-lmertest, r-mia, r-rngtools, r-s4vectors, r-singlecellexperiment, r-summarizedexperiment, and r-treesummarizedexperiment.
This commit is contained in:
parent
139da51753
commit
c29d999a34
1 changed files with 14 additions and 7 deletions
|
@ -2287,33 +2287,40 @@ (define-public r-anaquin
|
||||||
(define-public r-ancombc
|
(define-public r-ancombc
|
||||||
(package
|
(package
|
||||||
(name "r-ancombc")
|
(name "r-ancombc")
|
||||||
(version "1.6.1")
|
(version "2.0.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
|
||||||
"1p9yryv85qk7m3hbflmpdffd3azpsifcw54x1rp8sb67yjmq3whq"))))
|
"1bwzvi6j3s66dcll1lb4xy25j4nfn1ln6mc3flh0wgy13l26x8m6"))))
|
||||||
(properties `((upstream-name . "ANCOMBC")))
|
(properties `((upstream-name . "ANCOMBC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-desctools
|
(list r-cvxr
|
||||||
|
r-desctools
|
||||||
r-doparallel
|
r-doparallel
|
||||||
r-dorng
|
r-dorng
|
||||||
r-dplyr
|
r-dplyr
|
||||||
|
r-emmeans
|
||||||
r-energy
|
r-energy
|
||||||
r-foreach
|
r-foreach
|
||||||
r-hmisc
|
r-hmisc
|
||||||
|
r-lme4
|
||||||
|
r-lmertest
|
||||||
r-magrittr
|
r-magrittr
|
||||||
r-mass
|
r-mass
|
||||||
r-microbiome
|
r-mia
|
||||||
r-nlme
|
|
||||||
r-nloptr
|
r-nloptr
|
||||||
r-phyloseq
|
|
||||||
r-rdpack
|
r-rdpack
|
||||||
r-rlang
|
r-rlang
|
||||||
|
r-rngtools
|
||||||
|
r-s4vectors
|
||||||
|
r-singlecellexperiment
|
||||||
|
r-summarizedexperiment
|
||||||
r-tibble
|
r-tibble
|
||||||
r-tidyr))
|
r-tidyr
|
||||||
|
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")
|
||||||
(synopsis "Analysis of compositions of microbiomes with bias correction")
|
(synopsis "Analysis of compositions of microbiomes with bias correction")
|
||||||
|
|
Loading…
Reference in a new issue