guix-commits
[Top][All Lists]
Advanced

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

153/296: gnu: r-icobra: Update to 1.16.0.


From: guix-commits
Subject: 153/296: gnu: r-icobra: Update to 1.16.0.
Date: Fri, 12 Jun 2020 19:30:09 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ee1e8fee8939c3f9d18e5f6c9ded0941a2cd4339
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 13 00:30:15 2020 +0200

    gnu: r-icobra: Update to 1.16.0.
    
    * gnu/packages/bioconductor.scm (r-icobra): Update to 1.16.0.
    [native-inputs]: Add r-knitr.
---
 gnu/packages/bioconductor.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a8d75d1..aa83e0c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2801,14 +2801,14 @@ independent of the p-value under the null hypothesis.")
 (define-public r-icobra
   (package
     (name "r-icobra")
-    (version "1.14.0")
+    (version "1.16.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "iCOBRA" version))
        (sha256
         (base32
-         "1l0yr2grpwmr3pc5h50p1j4nxyb1ddmc55l7rhxpp4igh4fq1avz"))))
+         "0cvklagby3i221dlhyb51cciv0b3ch4a8z0wpm67q5n6n3k0cil1"))))
     (properties `((upstream-name . "iCOBRA")))
     (build-system r-build-system)
     (propagated-inputs
@@ -2823,6 +2823,8 @@ independent of the p-value under the null hypothesis.")
        ("r-shinybs" ,r-shinybs)
        ("r-shinydashboard" ,r-shinydashboard)
        ("r-upsetr" ,r-upsetr)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/iCOBRA";)
     (synopsis "Comparison and visualization of ranking and assignment methods")
     (description



reply via email to

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