-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
41 lines (41 loc) · 1.2 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
Package: ecomix
Type: Package
Title: Fitting Finite Mixture Models to Ecological Data
Version: 1.0.0
Authors@R: c(person(given = "Skipton", family = "Woolley", email = "[email protected]", role = c("aut", "cre")),
person(given = "Scott", family = "Foster", email = "[email protected]", role = c("aut")),
person(given = "Piers", family = "Dunstan", email = "[email protected]", role = c("aut")))
Maintainer: Skipton Woolley <[email protected]>
Description: Implements model-based species level (Species Archetype Models) or site level (Region of Common Profile) grouping of multiple species data. See Dunstan et al (2011) <doi:10.1016/j.ecolmodel.2010.11.030> and Foster et al (2013) <doi:10.1002/env.2245>.
Encoding: UTF-8
LazyData: true
URL: https://github.com/skiptoniam/ecomix
Imports:
abind,
glm2,
glmnet,
fishMod,
MASS,
mgcv,
gtools,
parallel,
scales,
numDeriv,
kmed,
mvtnorm,
mvabund
Suggests:
knitr,
raster,
rmarkdown,
testthat,
covr,
RandomFields,
RColorBrewer
Depends:
R (>= 4.0)
License: GPL (>= 2)
SystemRequirements: C++11
NeedsCompilation: yes
RoxygenNote: 7.1.1
VignetteBuilder: knitr