Package: nmatch Title: Fuzzy Matching For Proper Names Version: 0.1.0 Authors@R: c( person( "Patrick", "Barks", email = "patrick.barks@epicentre.msf.org", role = c("aut", "cre") ) ) Description: Tools for comparing sets of proper names, accounting for common types of variation in format and style. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 2.10) Imports: stringi, stringr, stringdist, dplyr, rlang, purrr, tidyr, gtools, Rcpp Suggests: testthat, covr URL: https://github.com/epicentre-msf/nmatch BugReports: https://github.com/epicentre-msf/nmatch/issues LinkingTo: Rcpp Config/pak/sysreqs: libicu-dev Repository: https://epicentre-msf.r-universe.dev Date/Publication: 2025-12-20 13:15:40 UTC RemoteUrl: https://github.com/epicentre-msf/nmatch RemoteRef: HEAD RemoteSha: 7bcb2a08228cc651159702efe150111df8c3bc6e NeedsCompilation: yes Packaged: 2026-07-05 04:53:20 UTC; root Author: Patrick Barks [aut, cre] Maintainer: Patrick Barks