gnu: r-mlinterfaces: Update to 1.78.0.
* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.78.0. [propagated-inputs]: Add r-summarizedexperiment.master
parent
c5c2cbe1e3
commit
ed0238c59e
|
@ -10622,14 +10622,14 @@ expression data sets.")
|
||||||
(define-public r-mlinterfaces
|
(define-public r-mlinterfaces
|
||||||
(package
|
(package
|
||||||
(name "r-mlinterfaces")
|
(name "r-mlinterfaces")
|
||||||
(version "1.76.0")
|
(version "1.78.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MLInterfaces" version))
|
(uri (bioconductor-uri "MLInterfaces" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"179d19kxjipfkc40z15337x1vzqd7vz3gbmr2lw5w7x9l857ngs5"))))
|
"0xnaghm65ydk01gzx5g38jyq7vfdw206c2w59k0qg8lhy9fqky9x"))))
|
||||||
(properties `((upstream-name . "MLInterfaces")))
|
(properties `((upstream-name . "MLInterfaces")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -10652,6 +10652,7 @@ expression data sets.")
|
||||||
r-rpart
|
r-rpart
|
||||||
r-sfsmisc
|
r-sfsmisc
|
||||||
r-shiny
|
r-shiny
|
||||||
|
r-summarizedexperiment
|
||||||
r-threejs))
|
r-threejs))
|
||||||
(home-page "https://bioconductor.org/packages/MLInterfaces/")
|
(home-page "https://bioconductor.org/packages/MLInterfaces/")
|
||||||
(synopsis "Interfaces to R machine learning procedures")
|
(synopsis "Interfaces to R machine learning procedures")
|
||||||
|
|
Reference in New Issue