mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 14:16:55 -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
|
||||
(package
|
||||
(name "r-ancombc")
|
||||
(version "1.6.1")
|
||||
(version "2.0.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ANCOMBC" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1p9yryv85qk7m3hbflmpdffd3azpsifcw54x1rp8sb67yjmq3whq"))))
|
||||
"1bwzvi6j3s66dcll1lb4xy25j4nfn1ln6mc3flh0wgy13l26x8m6"))))
|
||||
(properties `((upstream-name . "ANCOMBC")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-desctools
|
||||
(list r-cvxr
|
||||
r-desctools
|
||||
r-doparallel
|
||||
r-dorng
|
||||
r-dplyr
|
||||
r-emmeans
|
||||
r-energy
|
||||
r-foreach
|
||||
r-hmisc
|
||||
r-lme4
|
||||
r-lmertest
|
||||
r-magrittr
|
||||
r-mass
|
||||
r-microbiome
|
||||
r-nlme
|
||||
r-mia
|
||||
r-nloptr
|
||||
r-phyloseq
|
||||
r-rdpack
|
||||
r-rlang
|
||||
r-rngtools
|
||||
r-s4vectors
|
||||
r-singlecellexperiment
|
||||
r-summarizedexperiment
|
||||
r-tibble
|
||||
r-tidyr))
|
||||
r-tidyr
|
||||
r-treesummarizedexperiment))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://github.com/FrederickHuangLin/ANCOMBC")
|
||||
(synopsis "Analysis of compositions of microbiomes with bias correction")
|
||||
|
|
Loading…
Reference in a new issue