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
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -21640,16 +21640,17 @@ (define-public r-ggplotify
(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