gnu: r-flowstats: Update to 4.8.0.
* gnu/packages/bioconductor.scm (r-flowstats): Update to 4.8.0. [propagated-inputs]: Add r-corpcor and r-mnormt.
This commit is contained in:
parent
6b07853785
commit
1d6586a8c7
1 changed files with 4 additions and 2 deletions
|
@ -11131,20 +11131,21 @@ matches the flowJo analysis.")
|
||||||
(define-public r-flowstats
|
(define-public r-flowstats
|
||||||
(package
|
(package
|
||||||
(name "r-flowstats")
|
(name "r-flowstats")
|
||||||
(version "4.6.0")
|
(version "4.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "flowStats" version))
|
(uri (bioconductor-uri "flowStats" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jjfq66m4lbpkynwxaparkd05znhp3jl9ccj37gyghly294x3rm9"))))
|
"1jbc92ah2mlpnd7v3k0207v4qz3rg9g9yy6r6y0s0cc5nifdyhwj"))))
|
||||||
(properties `((upstream-name . "flowStats")))
|
(properties `((upstream-name . "flowStats")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-biobase
|
(list r-biobase
|
||||||
r-biocgenerics
|
r-biocgenerics
|
||||||
r-cluster
|
r-cluster
|
||||||
|
r-corpcor
|
||||||
r-fda
|
r-fda
|
||||||
r-flowcore
|
r-flowcore
|
||||||
r-flowviz
|
r-flowviz
|
||||||
|
@ -11153,6 +11154,7 @@ matches the flowJo analysis.")
|
||||||
r-ks
|
r-ks
|
||||||
r-lattice
|
r-lattice
|
||||||
r-mass
|
r-mass
|
||||||
|
r-mnormt
|
||||||
r-ncdfflow
|
r-ncdfflow
|
||||||
r-rcolorbrewer
|
r-rcolorbrewer
|
||||||
r-rrcov))
|
r-rrcov))
|
||||||
|
|
Reference in a new issue