-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathDESCRIPTION
More file actions
43 lines (43 loc) · 1.47 KB
/
DESCRIPTION
File metadata and controls
43 lines (43 loc) · 1.47 KB
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
Package: mrds
Maintainer: Laura Marshall <lhm@st-andrews.ac.uk>
License: GPL (>=2)
Title: Mark-Recapture Distance Sampling
LazyLoad: yes
Authors@R: c(
person("Laura", "Marshall", email = "lhm@st-andrews.ac.uk" , role = "cre"),
person("Jeff", "Laake", role = "aut"),
person("David", "Miller", email = "dave@ninepointeightone.net", role = "aut"),
person("Felix", "Petersma", email = "ftp@st-andrews.ac.uk", role = "aut"),
person("Len", "Thomas", email = "len.thomas@st-andrews.ac.uk", role = "ctb"),
person("David", "Borchers", email = "dlb@st-and.ac.uk", role = "ctb"),
person("Jon", "Bishop", role = "ctb"),
person("Jonah", "McArthur", role = "ctb"),
person("Eric", "Rexstad", email = "eric.rexstad@st-andrews.ac.uk", role = "rev"))
Description: Animal abundance estimation via conventional, multiple covariate
and mark-recapture distance sampling (CDS/MCDS/MRDS). Detection function
fitting is performed via maximum likelihood. Also included are diagnostics
and plotting for fitted detection functions. Abundance estimation is via a
Horvitz-Thompson-like estimator.
Version: 3.0.1
URL: https://github.com/DistanceDevelopment/mrds/
BugReports: https://github.com/DistanceDevelopment/mrds/issues
Depends:
R (>= 4.1.0)
Imports:
optimx (>= 2013.8.6),
mgcv,
methods,
numDeriv,
nloptr,
Rsolnp,
Rdpack
Suggests:
Distance,
testthat,
covr,
knitr,
rmarkdown,
bookdown
RoxygenNote: 7.3.2
RdMacros: Rdpack
Encoding: UTF-8