-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
27 lines (27 loc) · 951 Bytes
/
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
Package: greencrab.toolkit
Title: Run 'Stan' Models to Interpret Green Crab Monitoring Assessments
Version: 0.2
Maintainer: Abigail G. Keller <[email protected]>
Authors@R:
person("Abigail G.", "Keller", role = c("aut", "cre"), email="[email protected]")
Description: These Bayesian models written in the 'Stan' probabilistic language can be used to interpret green crab trapping and environmental DNA monitoring data, either independently or jointly. Detailed model information is found in Keller (2022) <doi:10.1002/eap.2561>.
License: GPL-3
Encoding: UTF-8
RoxygenNote: 7.2.3
Biarch: true
Depends:
R (>= 3.4.0)
Imports:
Rcpp (>= 0.12.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.26.23),
rstantools (>= 2.2.0),
methods
LinkingTo:
BH (>= 1.66.0),
Rcpp (>= 0.12.0),
RcppEigen (>= 0.3.3.3.0),
RcppParallel (>= 5.0.1),
rstan (>= 2.26.23),
StanHeaders (>= 2.26.22)
SystemRequirements: GNU make