mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-mlinterfaces: Update to 1.88.0.
* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.88.0. [native-inputs]: Add r-snow. Change-Id: If7cd9b628719a37ab56866bc28138223525a8975
This commit is contained in:
parent
da027815ce
commit
18f8ba2e07
1 changed files with 3 additions and 3 deletions
|
@ -19260,14 +19260,14 @@ expression data sets.")
|
||||||
(define-public r-mlinterfaces
|
(define-public r-mlinterfaces
|
||||||
(package
|
(package
|
||||||
(name "r-mlinterfaces")
|
(name "r-mlinterfaces")
|
||||||
(version "1.86.0")
|
(version "1.88.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
|
||||||
"1r00hcisp4i2q7nki9rkp753ms3g7biw9h9hxfwajfjqlwpb3l5y"))))
|
"0vv29pfd75l8h7m3d4lax2a5wmpgy2sfdkdgzlw72xwfvhjvd8m7"))))
|
||||||
(properties
|
(properties
|
||||||
'((upstream-name . "MLInterfaces")
|
'((upstream-name . "MLInterfaces")
|
||||||
(updater-extra-native-inputs . ("r-e1071"))))
|
(updater-extra-native-inputs . ("r-e1071"))))
|
||||||
|
@ -19294,7 +19294,7 @@ expression data sets.")
|
||||||
r-shiny
|
r-shiny
|
||||||
r-summarizedexperiment
|
r-summarizedexperiment
|
||||||
r-threejs))
|
r-threejs))
|
||||||
(native-inputs (list r-e1071 r-golubesets r-knitr r-testthat))
|
(native-inputs (list r-e1071 r-golubesets r-knitr r-snow r-testthat))
|
||||||
(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")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue