-
Notifications
You must be signed in to change notification settings - Fork 52
/
DESCRIPTION
35 lines (35 loc) · 1014 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
28
29
30
31
32
33
34
35
Package: LBSPR
Title: Length-Based Spawning Potential Ratio
Version: 0.1.9
Authors@R: person("Adrian", "Hordyk", email = "[email protected]", role = c("aut", "cre"))
Description: Simulate expected equilibrium length composition, yield-per-recruit, and
the spawning potential ratio (SPR) using the length-based SPR (LBSPR) model. Fit the LBSPR
model to length data to estimate selectivity, relative apical fishing mortality, and
the spawning potential ratio for data-limited fisheries.
See Hordyk et al (2016) <doi:10.1139/cjfas-2015-0422> for more information about the
LBSPR assessment method.
URL: https://github.com/AdrianHordyk/LBSPR
BugReports: https://github.com/AdrianHordyk/LBSPR/issues
Depends:
R (>= 3.2.4)
License: GPL-3
Imports:
dplyr,
ggplot2,
graphics,
gridExtra,
methods,
plotrix,
Rcpp,
RColorBrewer,
shiny,
tidyr
RoxygenNote: 7.1.2
Encoding: UTF-8
LinkingTo: Rcpp
Suggests: colorspace,
knitr,
scales,
shinyBS,
rmarkdown
VignetteBuilder: knitr