guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

178/296: gnu: r-mlinterfaces: Update to 1.68.0.


From: guix-commits
Subject: 178/296: gnu: r-mlinterfaces: Update to 1.68.0.
Date: Fri, 12 Jun 2020 19:30:17 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 500f7df840882843c42d93415f48e52a8841e370
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:49:51 2020 +0200

    gnu: r-mlinterfaces: Update to 1.68.0.
    
    * gnu/packages/bioconductor.scm (r-mlinterfaces): Update to 1.68.0.
    [propagated-inputs]: Add r-rcpp.
---
 gnu/packages/bioconductor.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ffc72b1..651ef26 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3846,14 +3846,14 @@ profiles (GO and KEGG) of gene and gene clusters.")
 (define-public r-mlinterfaces
   (package
     (name "r-mlinterfaces")
-    (version "1.66.5")
+    (version "1.68.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "MLInterfaces" version))
        (sha256
         (base32
-         "05bg7qcrv485m03rkyq3qg5hrr1m3y7zx49bipwaivzqm3s1mbw5"))))
+         "0x3mnvb5a6kri4q5w0wfmx02v79my08zhmkaik9pqlprd7y5wynq"))))
     (properties `((upstream-name . "MLInterfaces")))
     (build-system r-build-system)
     (propagated-inputs
@@ -3871,6 +3871,7 @@ profiles (GO and KEGG) of gene and gene clusters.")
        ("r-mlbench" ,r-mlbench)
        ("r-pls" ,r-pls)
        ("r-rcolorbrewer" ,r-rcolorbrewer)
+       ("r-rcpp" ,r-rcpp)
        ("r-rpart" ,r-rpart)
        ("r-sfsmisc" ,r-sfsmisc)
        ("r-shiny" ,r-shiny)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]