mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: r-mlinterfaces: Update to 1.80.0.
* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.80.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
46dd98333f
commit
34b3010a74
1 changed files with 3 additions and 2 deletions
|
@ -12943,14 +12943,14 @@ (define-public r-clusterexperiment
|
|||
(define-public r-mlinterfaces
|
||||
(package
|
||||
(name "r-mlinterfaces")
|
||||
(version "1.78.0")
|
||||
(version "1.80.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MLInterfaces" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0xnaghm65ydk01gzx5g38jyq7vfdw206c2w59k0qg8lhy9fqky9x"))))
|
||||
"1s5b27n01crfzrpshhiv6g0q0qf0dip1gw4nkrkg5sh5x9dsikq6"))))
|
||||
(properties `((upstream-name . "MLInterfaces")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
@ -12975,6 +12975,7 @@ (define-public r-mlinterfaces
|
|||
r-shiny
|
||||
r-summarizedexperiment
|
||||
r-threejs))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://bioconductor.org/packages/MLInterfaces/")
|
||||
(synopsis "Interfaces to R machine learning procedures")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue