forked from sizespectrum/mizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
51 lines (51 loc) · 1.38 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
Package: mizer
Title: Multi-Species sIZE Spectrum Modelling in R
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 <gustav.delius@york.ac.uk>
Authors@R: c(person("Finlay", "Scott", email="drfinlayscott@gmail.com",
role=c("aut", "cph")),
person("Julia", "Blanchard", email="julia.blanchard@utas.edu.au",
role=c("aut", "cph")),
person("Ken", "Andersen", email="kha@aqua.dtu.dk",
role=c("aut", "cph")),
person("Gustav", "Delius", email="gustav.delius@york.ac.uk",
role=c("ctb", "cre")),
person("Richard", "Southwell", email="richard.southwell@york.ac.uk",
role=c("ctb")))
Version: 1.0
License: GPL-3
Imports:
deSolve,
ggplot2,
grid,
methods,
plyr,
progress,
Rcpp,
reshape2
LinkingTo: Rcpp
Depends:
R (>= 3.1)
Suggests:
testthat,
roxygen2,
knitr,
shiny,
shinyBS
Collate:
'MizerParams-class.R'
'MizerSim-class.R'
'selectivity_funcs.R'
'project.R'
'help.R'
'project_methods.R'
'summary_methods.R'
'plots.R'
'wrapper_functions.R'
'data.R'
'RcppExports.R'
VignetteBuilder: knitr
RoxygenNote: 6.0.1