-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
71 lines (71 loc) · 1.7 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Package: secr
Type: Package
Title: Spatially Explicit Capture-Recapture
Version: 5.2.0
Date: 2025-01-07
Description: Functions to estimate the density and size of a spatially
distributed animal population sampled with an array of passive detectors,
such as traps, or by searching polygons or transects. Models incorporating
distance-dependent detection are fitted by maximizing the likelihood.
Tools are included for data manipulation and model selection.
Authors@R: c(person("Murray", "Efford",
email = "[email protected]",
role = c("aut","cre"),
comment = c(ORCID = "0000-0001-5231-5184")),
person("Philipp", "Jund",
role = "ctb",
comment = "faster transect search and spacing"),
person("David", "Fletcher",
role = "ctb",
comment = "overdispersion"),
person("Yan Ru", "Choo",
role = "ctb",
comment = c(ORCID = "0000-0002-8852-7178", "goodness-of-fit"))
)
Depends:
R (>= 3.5.0),
methods
Imports:
abind,
graphics,
grDevices,
MASS,
mgcv,
mvtnorm,
nlme,
parallel,
raster (>= 3.5-15),
Rcpp (>= 0.12.14),
RcppNumerical,
RcppParallel (>= 5.1.1),
sf,
stats,
stringr,
terra (>= 1.5-12),
tools,
utils
Suggests:
gdistance,
igraph,
knitr,
readxl,
rmarkdown,
sp,
spatstat (>= 3.0-2),
spatstat.geom,
spatstat.random,
spcosa,
spsurvey (>= 5.3.0),
testthat
LinkingTo:
BH,
Rcpp,
RcppEigen,
RcppNumerical,
RcppParallel
VignetteBuilder: knitr
License: GPL (>= 2)
LazyData: yes
LazyDataCompression: xz
SystemRequirements: GNU make
URL: https://www.otago.ac.nz/density/, https://github.com/MurrayEfford/secr/