Package: Rmonize Type: Package Title: Tools for Data Harmonization Version: 2.0.0 Authors@R: c(person(given = "Guillaume", family = "Fabre", role = c("aut","cre"), email = "guijoseph.fabre@gmail.com", comment = c(ORCID = "0000-0002-0124-9970")), person("Maelstrom Research", role=c("aut","fnd","cph"), email="info@maelstrom-research.org")) Maintainer: Guillaume Fabre Description: Integrated tools to support rigorous and well documented data harmonization based on Maelstrom Research guidelines. The package includes functions to assess and prepare input elements, apply specified processing rules to generate harmonized datasets, validate data processing and identify processing errors, and document and summarize harmonized outputs. The harmonization process is defined and structured by two key user-generated documents: the DataSchema (specifying the list of harmonized variables to generate across datasets) and the Data Processing Elements (specifying the input elements and processing algorithms to generate harmonized variables in DataSchema formats). The package was developed to address key challenges of retrospective data harmonization in epidemiology (as described in Fortier I and al. (2017) ) but can be used for any data harmonization initiative. License: GPL-3 LazyData: true Depends: R (>= 3.5) Imports: dplyr (>= 1.1.0), rlang, stringr, tidyr, crayon, haven, utils, fs, fabR (>= 2.0.0), madshapR (>= 2.0.0) Suggests: janitor, car, lubridate, knitr URL: https://github.com/maelstrom-research/Rmonize/ BugReports: https://github.com/maelstrom-research/Rmonize/issues Roxygen: list(markdown = TRUE) RoxygenNote: 7.2.3 VignetteBuilder: knitr Encoding: UTF-8 Language: en-US Config/pak/sysreqs: cmake git make libgit2-dev libicu-dev libuv1-dev libssl-dev libx11-dev zlib1g-dev Repository: https://maelstrom-research.r-universe.dev Date/Publication: 2025-07-25 16:13:53 UTC RemoteUrl: https://github.com/maelstrom-research/rmonize RemoteRef: HEAD RemoteSha: a6a7c5a21299b59b1d025a93ec9317efa5b030f3 NeedsCompilation: no Packaged: 2026-07-04 05:39:11 UTC; root Author: Guillaume Fabre [aut, cre] (ORCID: ), Maelstrom Research [aut, fnd, cph]