forked from James-Thorson-NOAA/VAST
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
56 lines (56 loc) · 1.39 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
Package: VAST
Type: Package
Title: Vector-autoregressive spatio-temporal (VAST) model
Version: 1.5.0
Date: 2017-08-04
Authors@R: person("James","Thorson", email="[email protected]", role=c("aut","cre"))
Maintainer: James Thorson <[email protected]>
Description: VAST is an R package for conducting spatio-temporal analysis
of data from multiple categories (species, sizes, etc.), and includes both
spatial and spatio-temporal variation in density for each category, with either
factor-analysis or autoregressive correlations among categories, with derived
calculation of abundance indices, center-of-gravity, and area-occupied.
Imports:
graphics,
utils,
mapproj,
maptools,
deldir,
PBSmapping,
RANN,
stats,
colorspace,
RandomFields,
RandomFieldsUtils,
shape,
devtools,
mixtools,
sp,
maps,
mapdata,
TMB,
abind,
MatrixModels,
ThorsonUtilities,
TMBhelper,
SpatialDFA,
SpatialDeltaGLMM
Depends:
R (>= 3.1.0),
Suggests:
testthat,
knitr,
rmarkdown,
R.rsp
Remotes:
nwfsc-assess/geostatistical_delta-GLMM,
james-thorson/spatial_DFA,
james-thorson/utilities,
kaskr/TMB_contrib_R/TMBhelper
License: GPL-3
LazyData: yes
BuildVignettes: yes
RoxygenNote: 5.0.1
URL: http://github.com/James-Thorson/VAST
BugReports: http://github.com/James-Thorson/VAST/issues
VignetteBuilder: R.rsp