triebeard: 'Radix' Trees in 'Rcpp'

'Radix trees', or 'tries', are key-value data structures optimised for efficient lookups, similar in purpose to hash tables. 'triebeard' provides an implementation of 'radix trees' for use in R programming and in developing packages with 'Rcpp'.

Version: 0.4.1
Imports: Rcpp
LinkingTo: Rcpp
Suggests: knitr, rmarkdown, testthat
Published: 2023-03-04
Author: Os Keyes [aut, cre], Drew Schmidt [aut], Yuuki Takano [cph]
Maintainer: Os Keyes <ironholds at gmail.com>
BugReports: https://github.com/Ironholds/triebeard/issues
License: MIT + file LICENSE
URL: https://github.com/Ironholds/triebeard/
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: triebeard results

Documentation:

Reference manual: triebeard.pdf
Vignettes: Radix trees in R
Radix trees in Rcpp

Downloads:

Package source: triebeard_0.4.1.tar.gz
Windows binaries: r-devel: triebeard_0.4.1.zip, r-release: triebeard_0.4.1.zip, r-oldrel: triebeard_0.4.1.zip
macOS binaries: r-release (arm64): triebeard_0.4.1.tgz, r-oldrel (arm64): triebeard_0.4.1.tgz, r-release (x86_64): triebeard_0.4.1.tgz
Old sources: triebeard archive

Reverse dependencies:

Reverse imports: adaR, urltools

Linking:

Please use the canonical form https://CRAN.R-project.org/package=triebeard to link to this page.