-
Notifications
You must be signed in to change notification settings - Fork 53
/
Copy pathDESCRIPTION
76 lines (76 loc) · 1.69 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
Package: VAST
Type: Package
Title: Vector-Autoregressive Spatio-Temporal (VAST) Model
Version: 4.0.0
Date: 2025-02-07
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,
utils,
fmesher,
remotes,
devtools,
alphahull,
corpcor,
corrplot,
DHARMa,
ecodist,
fastcluster,
plotrix,
RANN,
sf,
raster,
reshape2,
rnaturalearth,
rnaturalearthdata,
seriation,
shape,
sp,
viridisLite,
spacetime,
gstat,
marginaleffects,
methods,
graphics,
Depends:
TMB (>= 1.8.0),
R (>= 3.5.0),
units,
marginaleffects
Enhances:
tidyr,
Suggests:
INLA,
testthat,
knitr,
rmarkdown,
pscl,
tweedie,
mgcv,
lme4,
Additional_repositories: https://inla.r-inla-download.org/R/stable
License: file LICENSE
LazyData: true
Encoding: UTF-8
RoxygenNote: 7.3.2
ByteCompile: true
URL: http://github.com/James-Thorson-NOAA/VAST
BugReports: http://github.com/James-Thorson-NOAA/VAST/issues
VignetteBuilder: knitr