Package: hmatch Type: Package Title: Tools for Cleaning and Matching Hierarchically-Structured Data Version: 0.1.0.9000 Authors@R: c( person(given = "Patrick", family = "Barks", role = c("aut", "cre"), email = "patrick.barks@epicentre.msf.org", comment = c(ORCID = "0000-0002-5947-8151")), person(given = "Paul", family = "Campbell", role = c("ctb"), email = "paul.campbell@epicentre.msf.org", comment = c(ORCID = "0000-0003-1018-6606")) ) Description: Tools for matching raw, potentially messy hierarchical data (e.g. province, county, township) against a reference dataset. License: MIT + file LICENSE URL: https://github.com/epicentre-msf/hmatch BugReports: https://github.com/epicentre-msf/hmatch/issues Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 Depends: R (>= 2.10) Imports: stringi, stringdist, dplyr, tidyr, rlang Suggests: testthat (>= 2.1.0), covr, sf Config/pak/sysreqs: libicu-dev Repository: https://epicentre-msf.r-universe.dev Date/Publication: 2023-11-10 17:38:17 UTC RemoteUrl: https://github.com/epicentre-msf/hmatch RemoteRef: HEAD RemoteSha: 1a57862a84e18711163fdc11b100ad1e60f2f491 NeedsCompilation: no Packaged: 2026-07-05 02:44:57 UTC; root Author: Patrick Barks [aut, cre] (ORCID: ), Paul Campbell [ctb] (ORCID: ) Maintainer: Patrick Barks