-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
36 lines (36 loc) · 920 Bytes
/
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
Package: CKMRsim
Type: Package
Title: Inference of Pairwise Relationships Using Likelihood Ratios
Version: 0.1.3
Authors@R: c(
person(given = c("Eric", "C."), family = "Anderson", email = "eric.anderson@noaa.gov", role = c("aut", "cre"))
)
Maintainer: Eric C. Anderson <eric.anderson@noaa.gov>
Description: Suite of tools for inference of relationships, especially for
use in close-kin mark-recapture. Implements an importance sampling algorithm
for assessing false-positive rates, and also includes functions for rapidly
performing pairwise relationship inference.
License: CC0
LazyData: TRUE
LinkingTo: Rcpp
Depends:
R (>= 3.5)
Imports:
dplyr,
ggplot2,
magrittr,
parallel,
purrr,
Rcpp,
tibble,
tidyr
Suggests:
knitr,
readr,
rmarkdown,
stringr,
tidyverse
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Encoding: UTF-8