me
/
guix
Archived
1
0
Fork 0

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
zimoun 2022-11-17 03:50:20 +01:00 committed by Ricardo Wurmus
parent c5c2cbe1e3
commit ed0238c59e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

@ -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")