-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
52 lines (52 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
Package: sdmgamindex
Type: Package
Title: Calculate survey indices of abundance from DATRAS exchange data
Version: 0.1.1
Authors@R:
c(person(given = "Emily",
family = "Markowitz",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-5757-4230"),
email = "[email protected]"),
person(given = "Margaret",
family = "Siple",
role = c("aut"),
email = "[email protected]"),
person(given = "Casper",
family = "Berg",
role = "aut",
email = "[email protected]"))
Description: This is an implementation of the methods described in
Berg et al. (2014): "Evaluation of alternative age-based methods for estimating relative abundance from survey data in relation to assessment models", Fisheries Research 151(2014) 91-99.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.0),
mgcv,
tidyr,
parallel,
maps,
mapdata,
marmap,
RANN,
sp,
sf,
MASS,
tweedie
Imports:
DATRAS,
akgfmaps,
coldpool
Remotes:
DTUAqua/DATRAS/DATRAS,
afsc-gap-products/akgfmaps,
afsc-gap-products/coldpool
RoxygenNote: 7.3.1
Suggests:
knitr,
rmarkdown,
dplyr,
flextable
VignetteBuilder: knitr
URL: https://emilymarkowitz-noaa.github.io/sdmgamindex/