-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
48 lines (48 loc) · 1.51 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Package: BGmisc
Title: An R Package for Extended Behavior Genetics Analysis
Version: 1.3.2
Authors@R: c(
person("S. Mason", "Garrison", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-4804-6003")),
person(c("Michael", "D."), "Hunter", role = "aut",
comment = c(ORCID = "0000-0002-3651-6709")),
person("Xuanyu", "Lyu", role = "aut",
comment = c(ORCID = "0000-0002-2841-5529")),
person(c("Rachel", "N."), "Good", role = "ctb"),
person(c("Jonathan", "D."), "Trattner", , "[email protected]", role = "aut",
comment = c(ORCID = "0000-0002-1097-7603", url = "https://www.jdtrat.com/")),
person(c("S.", "Alexandra"), "Burt", role = "aut",
comment = c(ORCID = "0000-0001-5538-7431"))
)
Description: The BGmisc R package offers a comprehensive suite of
functions tailored for extended behavior genetics analysis, including
model identification, calculating relatedness, pedigree conversion,
pedigree simulation, and more.
License: GPL-3
URL: https://github.com/R-Computing-Lab/BGmisc/,
https://r-computing-lab.github.io/BGmisc/
BugReports: https://github.com/R-Computing-Lab/BGmisc/issues
Depends:
R (>= 3.5.0)
Imports:
data.table,
igraph,
kinship2,
Matrix,
stats,
stringr
Suggests:
dplyr,
EasyMx,
knitr,
OpenMx,
rmarkdown,
testthat (>= 3.0.0),
tidyverse
VignetteBuilder:
knitr
Config/testthat/edition: 3
Encoding: UTF-8
Language: en-US
LazyData: true
RoxygenNote: 7.3.1