-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
46 lines (46 loc) · 1.25 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
Package: bycatch
Type: Package
Title: Fit Bayesian Models to Bycatch Data
Version: 1.0.7
Authors@R: c(
person(c("Eric"), "Ward", email = "eric.ward@noaa.gov",
role = c("aut", "cre")),
person(c("Jason"), "Jannot", role = "aut"),
person("Trustees of", "Columbia University", role = "cph"))
Maintainer: Eric Ward <eric.ward@noaa.gov>
Description: Fits models to bycatch data, and can expand to fleet-wide estimates, like in situations when fisheries are observed with less than 100% observer coverage.
License: GPL-3
Encoding: UTF-8
Depends:
R (>= 4.3.0)
Imports:
dplyr (>= 1.0.2),
ggplot2,
loo (>= 2.4.1),
methods,
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rlang (>= 0.4.1),
rstan (>= 2.18.1),
rstantools (>= 2.4.0)
LinkingTo: BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.18.1),
StanHeaders (>= 2.18.0)
Suggests:
testthat (>= 3.0.0),
parallel,
knitr,
rmarkdown,
devtools,
MASS
URL: https://ericward-noaa.github.io/bycatch/
BugReports: https://github.com/ericward-noaa/bycatch/issues
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
SystemRequirements: GNU make
Biarch: true
Config/testthat/edition: 3