# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "triebeard" in publications use:' type: software license: MIT title: 'triebeard: ''Radix'' Trees in ''Rcpp''' version: 0.4.1 doi: 10.32614/CRAN.package.triebeard abstract: '''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''.' authors: - family-names: Keyes given-names: Os email: ironholds@gmail.com - family-names: Schmidt given-names: Drew repository: https://ironholds.r-universe.dev repository-code: https://github.com/Ironholds/triebeard commit: 372c6ef563cff3d4acb28f92e755a6e167d4d159 url: https://github.com/Ironholds/triebeard/ date-released: '2023-03-04' contact: - family-names: Keyes given-names: Os email: ironholds@gmail.com