guix-commits
[Top][All Lists]
Advanced

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

05/09: gnu: r-depecher: Update to 1.2.2.


From: guix-commits
Subject: 05/09: gnu: r-depecher: Update to 1.2.2.
Date: Sat, 7 Mar 2020 13:43:20 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit bf3722f9dbe8a13932aaf9abd0dc399851eaf960
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Sat Mar 7 19:30:10 2020 +0100

    gnu: r-depecher: Update to 1.2.2.
    
    * gnu/packages/bioconductor.scm (r-depecher): Update to 1.2.2.
    [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 a94030a..e397f9a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5943,14 +5943,14 @@ delete entire rows with missing data.")
 (define-public r-depecher
   (package
     (name "r-depecher")
-    (version "1.2.1")
+    (version "1.2.2")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "DepecheR" version))
        (sha256
         (base32
-         "08ja6ayvbax9m3x9w3xzi72z97miiha2nbsild1gp77n6sgn5i35"))))
+         "199j2kw0xnw7y4v1gakm2jgyc7zzlj8xh0570f2yjq55gp1kggbm"))))
     (properties `((upstream-name . "DepecheR")))
     (build-system r-build-system)
     (propagated-inputs
@@ -5970,6 +5970,8 @@ delete entire rows with missing data.")
        ("r-reshape2" ,r-reshape2)
        ("r-robustbase" ,r-robustbase)
        ("r-viridis" ,r-viridis)))
+    (native-inputs
+     `(("r-knitr" ,r-knitr)))
     (home-page "https://bioconductor.org/packages/DepecheR/";)
     (synopsis "Identify traits of clusters in high-dimensional entities")
     (description



reply via email to

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