forked from NOAA-EDAB/hydradata
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 759 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 759 Bytes
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
Package: hydradata
Type: Package
Title: Manipulate input data for the hydra multispecies model
Version: 0.1.0
Author: person("andy","beet",email="andrew.beet@noaa.gov"",role=c("aut","cre"))
Maintainer: Andy Beet <andrew.beet@noaa.gov>
Description: Baseline data are lazilty loaded with the package, these can be manipulated and then plotted (with documentation)
to enable the user to visulaize the masses of input data. The data are then formatted into .dat and .pin files required for
Hydra to run.
License: file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: knitr,
rmarkdown,
igraph,
testthat
VignetteBuilder: knitr
Imports: graphics,
NetIndices,
bipartite,
viridis,
here
Depends:
R (>= 2.10)