gnu: r-mast: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-mast): Update to 1.26.0. [propagated-inputs]: Add r-matrix.
This commit is contained in:
parent
cffec95040
commit
6a313f06bf
1 changed files with 3 additions and 2 deletions
|
|
@ -11614,14 +11614,14 @@ the numbers of cells across batches.")
|
||||||
(define-public r-mast
|
(define-public r-mast
|
||||||
(package
|
(package
|
||||||
(name "r-mast")
|
(name "r-mast")
|
||||||
(version "1.24.1")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MAST" version))
|
(uri (bioconductor-uri "MAST" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1c0lc4abnb859x481ky6d3kc9zzxwvf4kqgwxyqapc4g72b4vh65"))
|
"0vm7v2anbrci6mcans9y9svd6xjm4waf2kny3rz0cjgsasw60ycx"))
|
||||||
(snippet
|
(snippet
|
||||||
'(delete-file "docs/jquery.sticky-kit.min.js"))))
|
'(delete-file "docs/jquery.sticky-kit.min.js"))))
|
||||||
(properties `((upstream-name . "MAST")))
|
(properties `((upstream-name . "MAST")))
|
||||||
|
|
@ -11642,6 +11642,7 @@ the numbers of cells across batches.")
|
||||||
r-biocgenerics
|
r-biocgenerics
|
||||||
r-data-table
|
r-data-table
|
||||||
r-ggplot2
|
r-ggplot2
|
||||||
|
r-matrix
|
||||||
r-plyr
|
r-plyr
|
||||||
r-progress
|
r-progress
|
||||||
r-reshape2
|
r-reshape2
|
||||||
|
|
|
||||||
Reference in a new issue