-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
38 lines (38 loc) · 1.14 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
Package: rubias
Type: Package
Title: Bayesian Inference from the Conditional Genetic Stock Identification Model
Version: 0.3.4
Authors@R: c(
person(given = c("Eric", "C."), family = "Anderson", email = "eric.anderson@noaa.gov", role = c("aut", "cre")),
person(given = "Ben", family = "Moran", email = "moran.ben@husky.neu.edu", role = c("aut"))
)
Maintainer: Eric C. Anderson <eric.anderson@noaa.gov>
Description: Implements Bayesian inference for the conditional genetic
stock identification model. It allows inference of mixed fisheries and also
simulation of mixtures to predict accuracy. A full description of the underlying
methods is available in a recently published article in the
Canadian Journal of Fisheries and Aquatic Sciences: <doi:10.1139/cjfas-2018-0016>.
License: CC0
LazyData: TRUE
Depends:
R (>= 3.3.0)
Imports:
dplyr,
gtools,
magrittr,
Rcpp (>= 0.12.5),
readr,
rlang,
stringr,
tibble,
tidyr,
RcppParallel
LinkingTo: Rcpp,
RcppParallel
SystemRequirements: GNU make
RoxygenNote: 7.2.3
Suggests: knitr,
rmarkdown,
ggplot2
VignetteBuilder: knitr
Encoding: UTF-8