-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
45 lines (45 loc) · 1.04 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
Package: spatq
Title: Use spatially varying catchability to standardize fishery-dependent data
Version: 0.3.1
Authors@R:
person(given = "John",
family = "Best",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-8920-0900"))
Maintainer: John Best <[email protected]>
Description: This package defines a TMB model for fitting index standardization
models with both fishery-independent and -dependent observations. The
fishery-dependent observations are allowed spatially-correlated deviations
in catchability.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
arrow,
dplyr,
graphics,
grDevices,
hdf5r,
Matrix,
purrr,
readr,
stats,
stringr,
tibble,
tidyr,
TMB,
INLA
LinkingTo:
TMB,
RcppEigen
Suggests:
testthat (>= 2.1.0),
covr,
knitr,
rgdal,
rmarkdown
Additional_repositories: https://inla.r-inla-download.org/R/testing
VignetteBuilder: knitr