gnu: r-microbiomestat: Update to 1.2.
* gnu/packages/bioconductor.scm (r-microbiomestat): Update to 1.2. [propagated-inputs]: Remove r-phyloseq. Change-Id: I3a0133e9318f86d162ca562708fbf5fe6703407d
This commit is contained in:
parent
21c3fc6521
commit
1f9b1187e0
1 changed files with 2 additions and 3 deletions
|
@ -15037,13 +15037,13 @@ standardization of the analyses and the development of best practices.")
|
||||||
(define-public r-microbiomestat
|
(define-public r-microbiomestat
|
||||||
(package
|
(package
|
||||||
(name "r-microbiomestat")
|
(name "r-microbiomestat")
|
||||||
(version "1.1")
|
(version "1.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "MicrobiomeStat" version))
|
(uri (cran-uri "MicrobiomeStat" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1j5sar85a1gksc83pc4ypxwb0c7whxglx069zarphrgqfazcr1m4"))))
|
"1kpc68sl63k104xy7r6f3gxan0yx0rs7ksn8ldbq8xla00ddflgq"))))
|
||||||
(properties `((upstream-name . "MicrobiomeStat")))
|
(properties `((upstream-name . "MicrobiomeStat")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-foreach
|
(propagated-inputs (list r-foreach
|
||||||
|
@ -15054,7 +15054,6 @@ standardization of the analyses and the development of best practices.")
|
||||||
r-matrix
|
r-matrix
|
||||||
r-matrixstats
|
r-matrixstats
|
||||||
r-modeest
|
r-modeest
|
||||||
r-phyloseq
|
|
||||||
r-statmod))
|
r-statmod))
|
||||||
(home-page "https://cran.r-project.org/package=MicrobiomeStat")
|
(home-page "https://cran.r-project.org/package=MicrobiomeStat")
|
||||||
(synopsis "Statistical methods for microbiome compositional data")
|
(synopsis "Statistical methods for microbiome compositional data")
|
||||||
|
|
Reference in a new issue