Package: ggpedigree
Title: Visualizing Pedigrees with 'ggplot2' and 'plotly'
Version: 0.4.0
Date/Publication: 2025-05-23 18:22:01 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, kinship2, ggplot2, ggrepel, rlang, dplyr, stringr,
        utils, plotly, reshape2
Suggests: EasyMx, viridis, knitr, tidyverse, 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
NeedsCompilation: no
Packaged: 2025-05-20 19:16:24 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
