guix-commits
[Top][All Lists]
Advanced

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

09/17: gnu: r-ggtree: Update to 3.0.4.


From: guix-commits
Subject: 09/17: gnu: r-ggtree: Update to 3.0.4.
Date: Wed, 29 Sep 2021 17:29:58 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit d2fdf79d14c290e2ec6f99526dff9fbecdb5e779
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 29 23:28:14 2021 +0200

    gnu: r-ggtree: Update to 3.0.4.
    
    * gnu/packages/bioconductor.scm (r-ggtree): Update to 3.0.4.
    [propagated-inputs]: Remove r-rvcheck; add r-ggfun and r-yulab-utils.
---
 gnu/packages/bioconductor.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ed3cd60..f9d0e0b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5840,29 +5840,30 @@ platform for merging tree with associated data and 
converting file formats.")
 (define-public r-ggtree
   (package
     (name "r-ggtree")
-    (version "3.0.3")
+    (version "3.0.4")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ggtree" version))
        (sha256
         (base32
-         "02ydi5iyxwrvwfjmv8pbanmzpi1r99mc4gxl17fpq2jf1d1mk6g0"))))
+         "0xf4b9vfdyzzivwgw4ymapl5bb4k9p04mmr53822kxgfd5qrs1zx"))))
     (properties `((upstream-name . "ggtree")))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-ape" ,r-ape)
        ("r-aplot" ,r-aplot)
        ("r-dplyr" ,r-dplyr)
+       ("r-ggfun" ,r-ggfun)
        ("r-ggplot2" ,r-ggplot2)
        ("r-magrittr" ,r-magrittr)
        ("r-purrr" ,r-purrr)
        ("r-rlang" ,r-rlang)
-       ("r-rvcheck" ,r-rvcheck)
        ("r-scales" ,r-scales)
        ("r-tidyr" ,r-tidyr)
        ("r-tidytree" ,r-tidytree)
-       ("r-treeio" ,r-treeio)))
+       ("r-treeio" ,r-treeio)
+       ("r-yulab-utils" ,r-yulab-utils)))
     (native-inputs `(("r-knitr" ,r-knitr)))
     (home-page "https://yulab-smu.top/treedata-book/";)
     (synopsis "R package for visualization of trees and annotation data")



reply via email to

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