gnu: r-tidytree: Update to 0.4.7.

* gnu/packages/cran.scm (r-tidytree): Update to 0.4.7.
[native-inputs]: Remove r-knitr.

Change-Id: I10bb08bdbe2cf65c5759839e72081a36d1b8af57
This commit is contained in:
Ricardo Wurmus 2026-01-14 19:42:11 +01:00 committed by Andreas Enge
parent d6acf504d7
commit 2aeac4d912
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -31917,13 +31917,13 @@ maps.")
(define-public r-tidytree
(package
(name "r-tidytree")
(version "0.4.6")
(version "0.4.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "tidytree" version))
(sha256
(base32 "14i2v6ryqw4cd74n8kz4qwwx730wzx4f0rssg5vgm0vjfsx0kafv"))))
(base32 "105cn3mc94g8swqpklfb6p6j6b0q0nljmrkcq30w6g4hca7sjds4"))))
(build-system r-build-system)
(propagated-inputs
(list r-ape
@ -31938,7 +31938,7 @@ maps.")
r-tidyselect
r-yulab-utils))
(native-inputs
(list r-knitr r-testthat))
(list r-testthat))
(home-page "https://github.com/GuangchuangYu/tidytree")
(synopsis "Tidy tool for phylogenetic tree data manipulation")
(description