forked from sizespectrum/mizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
115 lines (115 loc) · 2.95 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
Package: mizer
Title: Dynamic Multi-Species Size Spectrum Modelling
Date: 2024-03-08
Type: Package
Description: A set of classes and methods to set up and run multi-species, trait
based and community size spectrum ecological models, focused on the marine
environment.
Maintainer: Gustav Delius <[email protected]>
Authors@R: c(person("Gustav", "Delius", email="[email protected]",
role=c("cre", "aut", "cph"),
comment = c(ORCID = "0000-0003-4092-8228")),
person("Finlay", "Scott", email="[email protected]",
role=c("aut", "cph")),
person("Julia", "Blanchard", email="[email protected]",
role=c("aut", "cph"),
comment = c(ORCID = "0000-0003-0532-4824")),
person("Ken", "Andersen", email="[email protected]",
role=c("aut", "cph"),
comment = c(ORCID = "0000-0002-8478-3430")),
person("Richard", "Southwell", email="[email protected]",
role=c("ctb", "cph")))
Version: 2.5.1.9000
License: GPL-3
Imports:
assertthat,
deSolve,
dplyr,
ggplot2 (>= 3.4.0),
ggrepel,
grid,
lubridate,
methods,
plotly,
plyr,
progress,
Rcpp,
reshape2,
rlang,
lifecycle
LinkingTo: Rcpp
Depends:
R (>= 3.1)
Suggests:
testthat (>= 3.0.0),
vdiffr,
roxygen2,
knitr,
rmarkdown,
pkgdown,
covr,
spelling
Collate:
'age_mat.R'
'helpers.R'
'MizerParams-class.R'
'MizerSim-class.R'
'reproduction.R'
'saveParams.R'
'species_params.R'
'setColours.R'
'setInteraction.R'
'setPredKernel.R'
'setSearchVolume.R'
'setMaxIntakeRate.R'
'setMetabolicRate.R'
'setMetadata.R'
'setExtMort.R'
'setExtEncounter.R'
'setReproduction.R'
'setResource.R'
'setFishing.R'
'setInitialValues.R'
'setBevertonHolt.R'
'upgrade.R'
'selectivity_funcs.R'
'pred_kernel_funcs.R'
'resource_dynamics.R'
'resource_semichemostat.R'
'resource_logistic.R'
'project.R'
'mizer-package.R'
'project_methods.R'
'rate_functions.R'
'summary_methods.R'
'plots.R'
'plotBiomassObservedVsModel.R'
'plotYieldObservedVsModel.R'
'animateSpectra.R'
'newMultispeciesParams.R'
'wrapper_functions.R'
'newSingleSpeciesParams.R'
'steady.R'
'extension.R'
'data.R'
'RcppExports.R'
'deprecated.R'
'get_initial_n.R'
'compareParams.R'
'customFunction.R'
'manipulate_species.R'
'calibrate.R'
'match.R'
'matchGrowth.R'
'steadySingleSpecies.R'
'defaults_edition.R'
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
LazyData: true
URL: https://sizespectrum.org/mizer/, https://github.com/sizespectrum/mizer
BugReports: https://github.com/sizespectrum/mizer/issues
Language: en-GB
RdMacros: lifecycle
VignetteBuilder: knitr
Config/testthat/edition: 3