-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathDESCRIPTION
More file actions
58 lines (58 loc) · 1.59 KB
/
DESCRIPTION
File metadata and controls
58 lines (58 loc) · 1.59 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Package: dsm
Maintainer: Laura Marshall <lhm@st-andrews.ac.uk>
License: GPL (>= 2)
Title: Density Surface Modelling of Distance Sampling Data
LazyLoad: yes
Authors@R:
c(person(given=c("Laura"),
family="Marshall",
email = "lhm@st-andrews.ac.uk" ,
role = "cre"),
person(given=c("David", "L."),
family="Miller",
role=c("aut")),
person(given="Eric",
family="Rexstad",
role="ctb"),
person(given="Louise",
family="Burt",
role="ctb"),
person(given=c("Mark", "V."),
family="Bravington",
role="ctb"),
person(given="Sharon",
family="Hedley",
role="ctb"),
person(given="Megan",
family="Ferguson",
role="ctb"),
person(given="Natalie",
family="Kelly",
role="ctb"))
Description: Density surface modelling of line transect data. A Generalized
Additive Model-based approach is used to calculate spatially-explicit estimates
of animal abundance from distance sampling (also presence/absence and strip
transect) data. Several utility functions are provided for model checking,
plotting and variance estimation.
Version: 2.3.4
Language: en-GB
Encoding: UTF-8
URL: https://github.com/DistanceDevelopment/dsm
BugReports: https://github.com/DistanceDevelopment/dsm/issues
Depends:
R (>= 3.5.0),
mgcv (>= 1.8-23),
mrds (>= 2.1.16),
numDeriv
Imports:
nlme,
ggplot2,
plyr,
statmod
Suggests:
Distance,
sp,
tweedie,
testthat
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2