-
Notifications
You must be signed in to change notification settings - Fork 54
/
DESCRIPTION
53 lines (53 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
Package: VAST
Type: Package
Title: Vector-Autoregressive Spatio-Temporal (VAST) Model
Version: 3.11.2
Date: 2024-07-15
Authors@R:
c(person(given = "James",
family = "Thorson",
role = c("aut", "cre"),
email = "James.Thorson@noaa.gov",
comment = c(ORCID = "0000-0001-7415-1010")),
person(given="Cole",
family="Monnahan",
role="ctb",
email="Cole.Monnahan@noaa.gov")
)
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:
abind,
effects,
stats,
ThorsonUtilities,
utils,
fmesher,
remotes,
devtools
Depends:
TMB (>= 1.8.0),
FishStatsUtils (>= 2.13.1),
R (>= 3.5.0)
Suggests:
testthat,
knitr,
rmarkdown,
pscl,
tweedie,
mgcv,
lme4,
Remotes:
james-thorson-NOAA/FishStatsUtils,
james-thorson/utilities
License: file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.2.3
ByteCompile: true
URL: http://github.com/James-Thorson-NOAA/VAST
BugReports: http://github.com/James-Thorson-NOAA/VAST/issues
VignetteBuilder: knitr