@@ -14,13 +14,17 @@ Authors@R: c(
1414 person(c("S.", "Alexandra"), "Burt", role = "aut",
1515 comment = c(ORCID = "0000-0001-5538-7431"))
1616 )
17- Description: Provides functions for behavior genetics analysis,
18- including variance component model identification [Hunter et al. (2021) <doi:10.1007/s10519-021-10055-x>],
19- calculation of relatedness coefficients using path-tracing methods
20- [Wright (1922) <doi:10.1086/279872>; McArdle & McDonald (1984) <doi:10.1111/j.2044-8317.1984.tb00802.x>],
21- inference of relatedness, pedigree conversion, and simulation of multi-generational family data
22- [Lyu et al. (2025) <doi:10.1007/s10519-025-10225-1>]. For a full overview,
23- see [Garrison et al. (2024) <doi:10.21105/joss.06203>]. For a big data application see [Burt et al. (2025) <doi: 10.1016/j.ebiom.2025.105911>.
17+ Description: Provides functions for behavior genetics analysis, including
18+ variance component model identification [Hunter et al. (2021)
19+ <doi:10.1007/s10519-021-10055-x>], calculation of relatedness
20+ coefficients using path-tracing methods [Wright (1922)
21+ <doi:10.1086/279872>; McArdle & McDonald (1984)
22+ <doi:10.1111/j.2044-8317.1984.tb00802.x>], inference of relatedness,
23+ pedigree conversion, and simulation of multi-generational family data
24+ [Lyu et al. (2025) <doi:10.1007/s10519-025-10225-1>]. For a full
25+ overview, see [Garrison et al. (2024) <doi:10.21105/joss.06203>]. For
26+ a big data application see [Burt et al. (2025) <doi:
27+ 10.1016/j.ebiom.2025.105911>].
2428License: GPL-3
2529URL: https://github.com/R-Computing-Lab/BGmisc/,
2630 https://r-computing-lab.github.io/BGmisc/
@@ -31,9 +35,9 @@ Imports:
3135 data.table,
3236 igraph,
3337 Matrix,
38+ methods,
3439 stats,
35- stringr,
36- methods
40+ stringr
3741Suggests:
3842 corrplot,
3943 discord,
@@ -43,11 +47,11 @@ Suggests:
4347 ggplot2,
4448 kinship2,
4549 knitr,
50+ mvtnorm,
4651 OpenMx,
4752 rmarkdown,
4853 testthat (>= 3.0.0),
4954 tidyverse,
50- mvtnorm,
5155 withr
5256VignetteBuilder:
5357 knitr
0 commit comments