me
/
guix
Archived
1
0
Fork 0

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
Ricardo Wurmus 2020-06-13 00:49:51 +02:00
parent 63c8323ae9
commit 500f7df840
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 3 additions and 2 deletions

View File

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