Package: triebeard Type: Package Title: 'Radix' Trees in 'Rcpp' Version: 0.4.1 Author: Os Keyes [aut, cre], Drew Schmidt [aut], Yuuki Takano [cph] Maintainer: Os Keyes Description: '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'. License: MIT + file LICENSE LinkingTo: Rcpp Encoding: UTF-8 Imports: Rcpp RoxygenNote: 7.1.2 Suggests: knitr, rmarkdown, testthat VignetteBuilder: knitr URL: https://github.com/Ironholds/triebeard/ BugReports: https://github.com/Ironholds/triebeard/issues Date: 2023-03-04 Repository: https://ironholds.r-universe.dev Date/Publication: 2023-03-04 21:39:59 UTC RemoteUrl: https://github.com/ironholds/triebeard RemoteRef: HEAD RemoteSha: 372c6ef563cff3d4acb28f92e755a6e167d4d159 NeedsCompilation: yes Packaged: 2026-06-24 03:29:07 UTC; root