Package: hrmn Title: Harmonize Datasets Version: 0.0.0.9005 Authors@R: person("Jon", "Harmon", , "jonthegeek@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-4781-4346")) Description: A common early step during data analysis is "data harmonization" -- converting disparate datasets into a unified, consistent format, with consistent column names, classes, and values. The goal of 'hrmn' is to make this process as easy as it can be. License: MIT + file LICENSE URL: https://hrmn.wrangle.zone/, https://github.com/wranglezone/hrmn BugReports: https://github.com/wranglezone/hrmn/issues Depends: R (>= 4.1) Imports: fastmatch, rlang, stbl (>= 0.2.0.9002), tibble Suggests: testthat (>= 3.0.0) Remotes: stbl=wranglezone/stbl Config/testthat/edition: 3 Encoding: UTF-8 Language: en-US Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Repository: https://jonthegeek.r-universe.dev Date/Publication: 2025-10-17 12:22:35 UTC RemoteUrl: https://github.com/wranglezone/hrmn RemoteRef: HEAD RemoteSha: 040ffbb661d0c8f4637120b66948bddc5a10c12d NeedsCompilation: no Packaged: 2026-07-04 05:04:55 UTC; root Author: Jon Harmon [aut, cre] (ORCID: ) Maintainer: Jon Harmon