Package: ggpedigree
Title: Visualizing Pedigrees with 'ggplot2' and 'plotly'
Version: 0.7.0
Date/Publication: 2025-06-10 00:10:02 UTC
Authors@R: c(
    person("S. Mason", "Garrison", email= "garrissm@wfu.edu", role = c("aut", "cre", "cph"),
           comment = c(ORCID = "0000-0002-4804-6003"))
  )
Description: Provides plotting functions for visualizing pedigrees in behavior genetics and kinship research. The package complements 'BGmisc' [Garrison et al. (2024) <doi:10.21105/joss.06203>] by rendering pedigrees using the 'ggplot2' framework and offers a modern alternative to the base-graphics pedigree plot in 'kinship2' [Sinnwell et al. (2014) <doi:10.1159/000363105>]. Features include support for duplicated individuals, complex mating structures, integration with simulated pedigrees, and layout customization.
License: GPL-3
URL: https://github.com/R-Computing-Lab/ggpedigree/,
        https://r-computing-lab.github.io/ggpedigree/
BugReports: https://github.com/R-Computing-Lab/ggpedigree/issues
Depends: R (>= 4.1.0)
Imports: BGmisc (>= 1.4.1), kinship2, ggplot2, ggrepel, rlang, dplyr,
        stringr, utils, plotly, reshape2, scales, tidyr, paletteer
Suggests: mockery, patchwork, viridis, knitr, tidyverse, purrr,
        data.table, discord, OpenMx, NlsyLinks, rmarkdown, tibble,
        corrplot, readxl, htmlwidgets, testthat (>= 3.0.0)
VignetteBuilder: knitr
Config/testthat/edition: 3
Encoding: UTF-8
RoxygenNote: 7.3.2
Language: en-US
LazyData: true
Config/Needs/website: rmarkdown
NeedsCompilation: no
Packaged: 2025-06-09 23:49:41 UTC; smaso
Author: S. Mason Garrison [aut, cre, cph] (ORCID:
    <https://orcid.org/0000-0002-4804-6003>)
Maintainer: S. Mason Garrison <garrissm@wfu.edu>
Repository: CRAN
