-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
32 lines (32 loc) · 1.11 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
Package: catchMSY
Type: Package
Title: Catch-MSY method for estimating MSY-based reference points
Version: 1.0.0
Date: 2016-10-26
Authors@R: c(person("Steven", "Martell", email = "[email protected]",role = c("aut", "cre")), person("Merrill", "Rudd", email="[email protected]",role="aut"))
Maintainer: Steven Martell <[email protected]>
Description: This package contains several scripts and routines for conducting
fisheries stock assessment based on the simple Catch-MSY method
developed by Martell and Froese (2012). Updated from the simple Catch-MSY method, the method now has an underlying age-structured model, can integrate an abundance index, biomass survey, mean length time series, and/or length composition data, and estimates management-oriented parameters (MSY and Fmsy instead of Schaefer r and K).
License: GPL (>= 2)
Imports:
tidyr,
ggplot2,
mvtnorm,
foreach,
GGally,
doParallel
Depends:
tidyr,
ggplot2,
mvtnorm,
foreach,
GGally,
doParallel
LinkingTo: Rcpp
Suggests:
knitr,
testthat
VignetteBuilder: knitr
LazyData: true
RoxygenNote: 5.0.1