summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2021-09-29 23:28:14 +0200
committerRicardo Wurmus <rekado@elephly.net>2021-09-30 12:39:48 +0200
commit1359fc7fbd0e6d32c11b9424673fa9b5210131f2 (patch)
treef24e24efbb68cc794e9bcab403eb0cb96081469d
parent538618552b7e5455cf1abad8b3b59c5200a95b09 (diff)
downloadguix-1359fc7fbd0e6d32c11b9424673fa9b5210131f2.tar.gz
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.
-rw-r--r--gnu/packages/bioconductor.scm9
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ed3cd60bc1..f9d0e0bd62 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")