-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
36 lines (36 loc) · 938 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: spdgt.secr.host
Type: Package
Title: Capture-recapture Models for Host Detection
Version: 0.0.1
Authors@R: c(
person(given = "Guen",
family = "Grosklos",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Josh",
family = "Nowak",
role = "aut",
email = "[email protected]"),
person(given = "Hans",
family = "Martin",
role = "aut",
email = "[email protected]"))
Description: Code base for all capture-recapture models, including mark-recapture, spatial capture-recapture, and mark-resight.
License: MIT + file LICENSE
Imports:
dplyr,
doParallel,
foreach,
magrittr,
rlang,
stats,
tibble,
tidyr
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
LazyData: true