-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathDESCRIPTION
125 lines (125 loc) · 4.06 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Package: RDBEScore
Type: Package
Title: Functions for the ICES Regional Database and Estimation System (RDBES)
Version: 0.3.1
Author: c(
person(given = "David",
family = "Currie",
role = c("aut"),
comment = c(ORCID = "0000-0002-3523-6895")),
person(given = "Richard",
family = "Meitern",
role = c("aut"),
email = "richard.meitern@ut.ee",
comment = c(ORCID = "0000-0002-2600-3002")),
person(given = "Nuno",
family = "Prista",
role = c("aut"),
email = "nuno.prista@slu.se",
comment = c(ORCID = "0000-0002-5145-7241")),
person(given = "Nicholas",
family = "Carey",
role = c("aut"),
email = "nicholas.carey@gov.scot"),
person(given = "Petri",
family = "Sarvamaa",
role = c("aut"),
email = "Petri.Sarvamaa@luke.fi"),
person(given = "Kirsten",
family = "Birch Håkansson",
role = c("aut"),
email = "kih@aqua.dtu.dk"),
person(given = "Karolina",
family = "Molla Gazi",
role = c("aut"),
email = "karolina.mollagazi@wur.nl"),
person(given = "Julia",
family = "Wischnewski",
role = c("aut"),
email = "julia.wischnewski@thuenen.de"),
person(given = "Ana Cláudia",
family = "Fernandes",
role = c("aut"),
email = "acfernandes@ipma.pt"),
person(given = "Katarzyna",
family = "Krakówka",
role = c("aut"),
email = "kkrakowka@mir.gdynia.pl"),
person(given = "Marta",
family = "Szymańska",
role = c("aut"),
email = "msuska@mir.gdynia.pl"),
person(given = "Nicolas",
family = "Goñi",
role = c("aut"),
email = "nicolas.goni@luke.fi"),
person(given = "Annica",
family = "de Groote",
role = c("ctb"),
email = "annica.isaksson.de.groote@slu.se"),
person(given = "Jonathan",
family = "Ball",
role = c("ctb"),
email = "johnathan.ball@cefas.co.uk"),
person(given = "Jonathan",
family = "Rault",
role = c("ctb"),
email = "Jonathan.Rault@ifremer.fr"),
person(given = "Antti",
family = "Sykkö",
role = c("ctb"),
email = "antti.sykko@luke.fi"),
person(given = "Liz",
family = "Clarke",
role = c("ctb"),
email = "Liz.Clarke@gov.scot"),
person(given = "Chun",
family = "Chen",
role = c("ctb"),
email = "chun.chen@wur.nl"),
person(given = "Hongru",
family = "Zhai",
role = c("ctb"),
email = "hongru.zhai@slu.se"),
person(given = "Eros",
family = "Quesada",
role = c("ctb"),
email = "eros.quesada@slu.se"),
person(given = "Jonathan",
family = "Stounberg",
role = c("ctb"),
email = "jostou@aqua.dtu.dk"),
person(given = "Ana",
family = "Ribeiro Santos",
role = c("ctb"),
email = "ana.ribeirosantos@cefas.co.uk"),
person(given = "Jose",
family = "Castro",
role = c("ctb"),
email = "jose.castro@ieo.es"),
person(given = "Jessica",
family = "Craig",
role = c("ctb"),
email = "Jessica.Craig@gov.scot")
)
Maintainer: Colin Millar <colin.millar@ices.dk>
Description: The RDBEScore package provides functions to import and work with
fisheries data downloaded from the ICES RDBES database. It also contains
functions to perform estimation analysis using the resulting objects.
URL: https://github.com/ices-tools-dev/RDBEScore,
https://rdbes.ices.dk
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Suggests:
knitr,
rmarkdown,
testthat
Depends:
R (>= 4.1)
Imports:
dplyr (>= 1.1.3),
data.table
VignetteBuilder: knitr