forked from James-Thorson-NOAA/FishStatsUtils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
60 lines (60 loc) · 1.34 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
Package: FishStatsUtils
Type: Package
Title: Utilities (shared code and data) for FishStats spatio-temporal modeling toolbox
Version: 2.11.0
Date: 2022-03-17
Authors@R:
c(person(given = "James",
family = "Thorson",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-7415-1010"))
)
Description: FishStatsUtils contains utilities (shared code and data) used by multiple
packages (VAST, SpatialDeltaGLMM, MIST, Spatial_FA, SpatialDFA, surplus_production, EOFR) that are designed
for spatio-temporal analysis of ecological data.
Imports:
graphics,
utils,
mapproj,
maptools,
deldir,
RANN,
stats,
colorspace,
shape,
devtools,
mixtools,
sp,
sf,
raster,
plotrix,
TMB,
MatrixModels,
rgdal,
ThorsonUtilities,
TMBhelper,
abind,
corpcor,
pander,
rnaturalearth,
rnaturalearthdata,
formatR,
splancs,
DHARMa,
viridisLite
Depends:
R (>= 3.5.0),
units
Suggests:
testthat
Remotes:
james-thorson/utilities,
kaskr/TMB_contrib_R/TMBhelper
License: GPL-3
LazyData: yes
BuildVignettes: yes
Encoding: UTF-8
RoxygenNote: 7.1.2
URL: http://github.com/james-thorson-NOAA/FishStatsUtils
BugReports: http://github.com/james-thorson-NOAA/FishStatsUtils/issues