-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.5 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
Type: Package
Package: forrel
Title: Forensic Pedigree Analysis and Relatedness Inference
Version: 1.7.1.9000
Authors@R: c(
person("Magnus Dehli", "Vigeland", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-9134-4962")),
person("Thore", "Egeland", , "[email protected]", role = "ctb")
)
Description: Forensic applications of pedigree analysis, including
likelihood ratios for relationship testing, general relatedness
inference, marker simulation, and power analysis. 'forrel' is part of
the 'pedsuite', a collection of packages for pedigree analysis,
further described in the book 'Pedigree Analysis in R' (Vigeland,
2021, ISBN:9780128244302). Several functions deal specifically with
power analysis in missing person cases, implementing methods described
in Vigeland et al. (2020) <doi:10.1016/j.fsigen.2020.102376>. Data
import from the 'Familias' software (Egeland et al. (2000)
<doi:10.1016/S0379-0738(00)00147-X>) is supported through the
'pedFamilias' package.
License: GPL (>= 2)
URL: https://github.com/magnusdv/forrel
BugReports: https://github.com/magnusdv/forrel/issues
Depends:
pedtools (>= 2.6.0),
R (>= 4.1.0)
Imports:
glue,
pbapply,
pedprobr (>= 0.8),
ribd (>= 1.7.1),
verbalisr (>= 0.7.1)
Suggests:
ggplot2,
ggrepel,
ibdsim2,
plotly,
poibin,
scales,
testthat
Encoding: UTF-8
Language: en-GB
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2