-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.5 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: RstoxData
Version: 2.1.2
Date: 2025-01-20
Title: Tools to Read and Manipulate Fisheries Data
Authors@R: c(
person(given = "Edvin",
family = "Fuglebakk",
role = c("cre", "aut"),
email = "[email protected]"),
person(given = "Arne Johannes",
family = "Holmin",
role = "aut"),
person(given = "Ibrahim",
family = "Umar",
role = "aut"),
person(given = "Sindre",
family = "Vatnehol",
role = "aut"),
person(given = "Anthony",
family = "Hennessey",
role = "aut"),
person(given = "Espen",
family = "Johnsen",
role = "aut"),
person(given = "Norwegian Institute of Marine Research",
role = c("cph", "fnd")))
Depends: R (>= 4.3)
Description: Set of tools to read and manipulate various data formats for fisheries. Mainly
catered towards scientific trawl survey sampling ('biotic') data, acoustic
trawl data, and commercial fishing catch ('landings') data. Among the
supported data formats are the data products from the Norwegian Institute
Marine Research (IMR) and the International Council for the Exploration of
the Sea (ICES).
URL: https://github.com/StoXProject/RstoxData
BugReports: https://github.com/StoXProject/RstoxData/issues
License: LGPL-3
LazyData: true
Encoding: UTF-8
VignetteBuilder: knitr
Imports:
data.table (>= 1.12.0),
Rcpp (>= 1.0.0),
stringi (>= 1.4.0),
units (>= 0.7),
xml2 (>= 1.2.0)
Suggests:
httr,
knitr,
rmarkdown,
tinytest (>= 1.2.0)
LinkingTo:
Rcpp
RoxygenNote: 7.3.2