1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-triebeard: Update to 0.4.1.

* gnu/packages/cran.scm (r-triebeard): Update to 0.4.1.
[native-inputs]: Add r-knitr.
This commit is contained in:
Ricardo Wurmus
2023-03-19 14:44:33 +01:00
parent b0b5b1050b
commit 71db461a49

View File

@@ -21640,16 +21640,17 @@ converting them to @code{ggplot} objects.")
(define-public r-triebeard
(package
(name "r-triebeard")
(version "0.3.0")
(version "0.4.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "triebeard" version))
(sha256
(base32
"1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
"1xz0xwq9c986as6g7z2g1ycvw1ryh4g89ygldvakpr21cgpjybqr"))))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))
(native-inputs (list r-knitr))
(home-page "https://github.com/Ironholds/triebeard/")
(synopsis "Radix trees in Rcpp")
(description