gnu: r-mlinterfaces: Update to 1.68.0.
* gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.68.0. [propagated-inputs]: Add r-rcpp.master
parent
63c8323ae9
commit
500f7df840
|
@ -3846,14 +3846,14 @@ profiles (GO and KEGG) of gene and gene clusters.")
|
||||||
(define-public r-mlinterfaces
|
(define-public r-mlinterfaces
|
||||||
(package
|
(package
|
||||||
(name "r-mlinterfaces")
|
(name "r-mlinterfaces")
|
||||||
(version "1.66.5")
|
(version "1.68.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
|
||||||
"05bg7qcrv485m03rkyq3qg5hrr1m3y7zx49bipwaivzqm3s1mbw5"))))
|
"0x3mnvb5a6kri4q5w0wfmx02v79my08zhmkaik9pqlprd7y5wynq"))))
|
||||||
(properties `((upstream-name . "MLInterfaces")))
|
(properties `((upstream-name . "MLInterfaces")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -3871,6 +3871,7 @@ profiles (GO and KEGG) of gene and gene clusters.")
|
||||||
("r-mlbench" ,r-mlbench)
|
("r-mlbench" ,r-mlbench)
|
||||||
("r-pls" ,r-pls)
|
("r-pls" ,r-pls)
|
||||||
("r-rcolorbrewer" ,r-rcolorbrewer)
|
("r-rcolorbrewer" ,r-rcolorbrewer)
|
||||||
|
("r-rcpp" ,r-rcpp)
|
||||||
("r-rpart" ,r-rpart)
|
("r-rpart" ,r-rpart)
|
||||||
("r-sfsmisc" ,r-sfsmisc)
|
("r-sfsmisc" ,r-sfsmisc)
|
||||||
("r-shiny" ,r-shiny)
|
("r-shiny" ,r-shiny)
|
||||||
|
|
Reference in New Issue