Type: Package
Package: retroharmonize
Title: Ex Post Survey Data Harmonization
Version: 0.2.0
Date: 2021-11-02
Authors@R: c(
    person("Daniel", "Antal", , "daniel.antal@ceemid.eu", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0001-7513-6760")),
      person(given = "Marta",
           family = "Kolczynska",
           role = c("ctb"),
           email = "mkolczynska@gmail.com",
           comment = c(ORCID = "0000-0003-4981-0437")), 
      person(given = "Pyry",
             family = "Kantanen", 
             role = "ctb", 
             comment = c(ORCID = "0000-0003-2853-2765")),
      person(given = "Diego", 
             family = " Hernangómez Herrero", 
             role = "ctb", 
             comment = c(ORCID = "0000-0001-8457-4658")
             )
      )
Maintainer: Daniel Antal <daniel.antal@ceemid.eu>
Description: Assist in reproducible retrospective (ex-post) harmonization
    of data, particularly individual level survey data, by providing tools
    for organizing metadata, standardizing the coding of variables, and
    variable names and value labels, including missing values, and
    documenting the data transformations, with the help of comprehensive
    s3 classes.
License: GPL-3
URL: https://retroharmonize.dataobservatory.eu/,
        https://ropengov.github.io/retroharmonize/,
        https://github.com/rOpenGov/retroharmonize
BugReports: https://github.com/rOpenGov/retroharmonize/issues
Depends: R (>= 3.5.0)
Imports: assertthat, dplyr (>= 1.0.0), fs, glue, haven, here, labelled,
        magrittr, methods, pillar, purrr, rlang, snakecase, stats,
        stringr, tibble, tidyr, tidyselect, utils, vctrs
Suggests: covr, ggplot2, knitr, markdown, png, rmarkdown, spelling,
        testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.1.2
X-schema.org-isPartOf: http://ropengov.org/
X-schema.org-keywords: ropengov
NeedsCompilation: no
Packaged: 2021-11-02 16:55:53 UTC; Daniel Antal
Author: Daniel Antal [aut, cre] (<https://orcid.org/0000-0001-7513-6760>),
  Marta Kolczynska [ctb] (<https://orcid.org/0000-0003-4981-0437>),
  Pyry Kantanen [ctb] (<https://orcid.org/0000-0003-2853-2765>),
  Diego Hernangómez Herrero [ctb]
    (<https://orcid.org/0000-0001-8457-4658>)
Repository: CRAN
Date/Publication: 2021-11-02 22:20:12 UTC
Built: R 4.3.0; ; 2023-04-13 01:33:37 UTC; unix
