Package: xmap
Type: Package
Title: Transforming Data Between Statistical Classifications
Version: 0.1.0
Authors@R: c(
    person(
      given = "Cynthia A.", 
      family = "Huang",
      email = "cynthiahqy@gmail.com", 
      role = c("aut", "cre"), 
      comment = c(ORCID = "0000-0002-9218-987X")
    ),
    person(
      given = "Laura", 
      family = "Puzzello",
      role = c("aut", "fnd")
    )
  )
Description: Provides support for transformations of numeric aggregates
   between statistical classifications (e.g. occupation or industry categorisations) using the 'Crossmaps' framework. 
   Implements classes for representing transformations between a source and target classification
   as graph structures, and methods for validating and applying crossmaps to transform
   data collected under the source classification into data indexed using the target classification codes.
   Documentation about the 'Crossmaps' framework is provided in the included vignettes
   and in Huang (2024, <doi:10.48550/arXiv.2406.14163>).
License: MIT + file LICENSE
Encoding: UTF-8
Language: en-GB
Maintainer: Cynthia A. Huang <cynthiahqy@gmail.com>
URL: https://github.com/cynthiahqy/xmap,
        https://cynthiahqy.github.io/xmap/
BugReports: https://github.com/cynthiahqy/xmap/issues
LazyData: true
Depends: R (>= 4.1)
Imports: cli (>= 3.4.0), dplyr (>= 1.1.0), methods, pillar (>= 1.6.0),
        rlang (>= 1.0.0), tibble, tidyr, tidyselect, vctrs (>= 0.6.0)
RoxygenNote: 7.3.2
Suggests: knitr, purrr, rmarkdown, testthat (>= 3.0.0)
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-01-31 10:30:53 UTC; chua0032
Author: Cynthia A. Huang [aut, cre] (<https://orcid.org/0000-0002-9218-987X>),
  Laura Puzzello [aut, fnd]
Repository: CRAN
Date/Publication: 2025-01-31 16:10:01 UTC
Built: R 4.5.2; ; 2025-11-08 04:22:20 UTC; windows
