'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 | 
| DOI: | 10.32614/CRAN.package.triebeard | 
| 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 | 
| Reference manual: | triebeard.html , triebeard.pdf | 
| Vignettes: | Radix trees in R (source, R code) Radix trees in Rcpp (source, R code) | 
| 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, r-oldrel (x86_64): triebeard_0.4.1.tgz | 
| Old sources: | triebeard archive | 
| Reverse imports: | adaR, urltools | 
Please use the canonical form https://CRAN.R-project.org/package=triebeard to link to this page.