gnu: r-triebeard: Update to 0.4.1.
* gnu/packages/cran.scm (r-triebeard): Update to 0.4.1. [native-inputs]: Add r-knitr.master
parent
b0b5b1050b
commit
71db461a49
|
@ -21640,16 +21640,17 @@ converting them to @code{ggplot} objects.")
|
||||||
(define-public r-triebeard
|
(define-public r-triebeard
|
||||||
(package
|
(package
|
||||||
(name "r-triebeard")
|
(name "r-triebeard")
|
||||||
(version "0.3.0")
|
(version "0.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "triebeard" version))
|
(uri (cran-uri "triebeard" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hqyz57gph02c9fdc07lxz113bbklif3g18sw8jan6pakhhdc7dz"))))
|
"1xz0xwq9c986as6g7z2g1ycvw1ryh4g89ygldvakpr21cgpjybqr"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs (list r-rcpp))
|
(propagated-inputs (list r-rcpp))
|
||||||
|
(native-inputs (list r-knitr))
|
||||||
(home-page "https://github.com/Ironholds/triebeard/")
|
(home-page "https://github.com/Ironholds/triebeard/")
|
||||||
(synopsis "Radix trees in Rcpp")
|
(synopsis "Radix trees in Rcpp")
|
||||||
(description
|
(description
|
||||||
|
|
Reference in New Issue