-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.61 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
Package: LeMaRns
Title: Length-Based Multispecies Analysis by Numerical Simulation
Version: 0.1.3
Date: 2023-01-25
Authors@R: c(person("Michael A.", "Spence", email = "[email protected]", role = c("aut", "cre"),comment = c(ORCID = "0000-0002-3445-7979")), person("Hayley J.", "Bannister", email = "[email protected]", role = c("aut"),comment = c(ORCID = "0000-0002-2546-5168")), person("Johnathan E.", "Ball", email = "[email protected]", role = c("aut")), person("Paul J.", "Dolder", email = "[email protected]", role = c("aut"),comment = c(ORCID = "0000-0002-4179-712X")), person("Robert B.", "Thorpe", email = "[email protected]", role = c("aut"),comment = c(ORCID = "0000-0001-8193-6932")),person("Christopher A.", "Griffiths", email = "[email protected]", role = c("ctb")))
Description: Set up, run and explore the outputs of the Length-based Multi-species model (LeMans; Hall et al. 2006 <doi:10.1139/f06-039>), focused on the marine environment.
Depends: R (>= 3.5.0)
License: GPL-3
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.1
LinkingTo:
Rcpp, RcppArmadillo
Imports:
Rcpp, abind, methods
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr
Collate:
'NS_par.R'
'RcppExports.R'
'calc_M1.R'
'calc_Q.R'
'calc_growth.R'
'calc_indicators.R'
'calc_mature.R'
'param_setup.R'
'run_LeMans.R'
'calc_output.R'
'calc_phi.R'
'calc_prefs.R'
'calc_ration_growthfac.R'
'calc_recruits.R'
'calc_suit_vect.R'
'get_Catch.R'
'get_SSB.R'
'get_indicators.R'
'other.R'
'plot_SSB.R'
'plot_indicators.R'