-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.16 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
Package: kinship2
Version: 1.9.7
Date: 2022-10-11
Title: Pedigree Functions
Authors@R: c(
person("Jason", "Sinnwell", email="[email protected]", role=c("aut","cre")),
person("Terry", "Therneau", role="aut"),
person("Daniel", "Schaid", role="ctb"),
person("Elizabeth", "Atkinson", role="ctb"),
person("Carly", "Mester", role='ctb'))
Depends:
R (>= 3.6.0),
Matrix,
quadprog
Imports:
graphics,
stats,
methods,
knitr
Description: Routines to handle family data with a pedigree object. The initial purpose
was to create correlation structures that describe family relationships such
as kinship and identity-by-descent, which can be used to model family data
in mixed effects models, such as in the coxme function. Also includes a tool
for pedigree drawing which is focused on producing compact layouts without
intervention. Recent additions include utilities to trim the pedigree object
with various criteria, and kinship for the X chromosome.
License: GPL (>= 2)
URL: https://cran.r-project.org/package=kinship2
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Suggests:
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3