Package: tidygedcom
Type: Package
Title: Read and Tidy 'GEDCOM' Genealogy Files
Version: 0.2.0
Authors@R: c(
    person("S. Mason", "Garrison", , "garrissm@wfu.edu", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-4804-6003")),
    person("Christian", "Waugh", , "waughce@wfu.edu", role = c("aut", "dtc"),
           comment = c(ORCID = "0000-0002-7871-5845"))
  )
Description: Reads and parses 'GEDCOM' (Genealogical Data Communication)
    files, the standard interchange format exported by genealogical software,
    and converts them into tidy data frames. Individuals, families, life
    events, and parent-child links are extracted into rectangular structures
    suitable for pedigree and kinship analysis. Additional helpers summarize
    file contents, convert place coordinates, and repair malformed records.
    Wikipedia family tree templates can be parsed into the same tidy
    structure. For a discussion of these and related data structures 
    see [Hunter et al. (2026) <doi:10.1007/s10519-026-10259-z>].
License: GPL-3
URL: https://github.com/R-Computing-Lab/tidygedcom/,
        https://r-computing-lab.github.io/tidygedcom/
BugReports: https://github.com/R-Computing-Lab/tidygedcom/issues
Depends: R (>= 3.5.0)
Imports: BGmisc, dplyr, igraph, purrr, rlang, stringr, tidyr
Suggests: discord, EasyMx, ggpedigree, ggplot2, kinship2, knitr,
        OpenMx, rmarkdown, testthat (>= 3.0.0), tidyverse, withr
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
Config/roxygen2/version: 8.1.0
NeedsCompilation: no
Packaged: 2026-08-21 20:28:00 UTC; smaso
Author: S. Mason Garrison [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-4804-6003>),
  Christian Waugh [aut, dtc] (ORCID:
    <https://orcid.org/0000-0002-7871-5845>)
Maintainer: S. Mason Garrison <garrissm@wfu.edu>
Repository: CRAN
Date/Publication: 2026-09-01 08:50:08 UTC
Built: R 4.6.0; ; 2026-09-01 09:38:07 UTC; unix
