Package: r2r Title: R-Object to R-Object Hash Maps Version: 0.1.2 Authors@R: person(given = "Valerio", family = "Gherardi", role = c("aut", "cre"), email = "vgherard840@gmail.com", comment = c(ORCID = "0000-0002-8215-3013")) Description: Implementation of hash tables (hash sets and hash maps) in R, featuring arbitrary R objects as keys, arbitrary hash and key-comparison functions, and customizable behaviour upon queries of missing keys. License: GPL (>= 3) Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Imports: digest, rlang URL: https://github.com/vgherard/r2r BugReports: https://github.com/vgherard/r2r/issues Suggests: knitr, covr, testthat (>= 3.0.0), rmarkdown, microbenchmark, hash, tibble Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://vgherard.r-universe.dev Date/Publication: 2024-11-08 14:18:02 UTC RemoteUrl: https://github.com/vgherard/r2r RemoteRef: v0.1.2 RemoteSha: 5301a16e0bcfa9123e79a25f2f8f36f8e3e06a8c NeedsCompilation: no Packaged: 2026-06-22 08:29:46 UTC; root Author: Valerio Gherardi [aut, cre] (ORCID: ) Maintainer: Valerio Gherardi