-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.18 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
Package: Rstox
Title: Running Stox functionality independently in R
Version: 1.11
Authors@R: c(
person("Arne Johannes", "Holmin", role = c("aut","cre"), email = "[email protected]"),
person("Edvin", "Fuglebakk", role = "ctb"),
person("Gjert Endre", "Dingsoer", role = "ctb"),
person("Aasmund", "Skaalevik", role = "ctb"),
person("Espen", "Johnsen", role = "ctb"))
Author: Arne Johannes Holmin [aut, cre],
Edvin Fuglebakk [ctr],
Gjert Endre Dingsoer [ctr],
Aasmund Skaalevik [ctr],
Espen Johnsen [ctr]
Maintainer: Arne Johannes Holmin <[email protected]>
Depends: R (>= 3.5)
Description: This package contains most of the functionality of the StoX software, which is used for assessment of fish and other marine resources based on biotic and acoustic survey and landings data, among other uses. Rstox is intended for further analyses of such data, facilitating iterations over an arbitrary number of parameter values and data sets.
BugReports: https://github.com/Sea2Data/Rstox/issues
License: LGPL-3
LazyData: true
RoxygenNote: 6.1.0
Imports:
data.table (>= 1.10.4-3),
ggplot2,
pbapply,
rgdal,
rgeos,
rJava,
sp,
XML
Suggests: ggmap,
ncdf4,
pgirmess,
eca,
plotrix