-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
53 lines (53 loc) · 1.34 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
Package: mizerMR
Title: Add multiple size-structured resources to a mizer model
Version: 0.2.4.0
Authors@R: c(
person(given = "Gustav",
family = "Delius",
role = c("cre", "aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4092-8228")),
person(given = "Romain",
family = "Forestier",
role = c("aut"),
email = "[email protected]")
)
Description: An add-on to the mizer package which allows multiple
size-structured resource spectra to be added to any mizer model.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 3.1),
mizer (>= 2.4.0),
mizerExperimental (>= 2.4.0)
Remotes:
github::sizespectrum/mizerExperimental
Imports:
assertthat,
dplyr,
ggplot2,
methods,
plotly,
rlang
Collate:
animateSpectra.R
mizerMR-package.R
newMRParams.R
NResource.R
plotSpectra.R
project_methods.R
resource_dynamics.R
resource_params.R
setMultipleResources.R
test-helpers.R
diet.R
plotResource.R
URL: http://sizespectrum.org/mizerMR/, https://github.com/sizespectrum/mizerMR
BugReports: https://github.com/sizespectrum/mizerMR/issues
Language: en-GB
Suggests:
testthat (>= 3.0.0),
vdiffr
Config/testthat/edition: 3