-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
46 lines (46 loc) · 843 Bytes
/
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
Package: cat3advice
Type: Package
Title: ICES category 3 empirical harvest control rules
Version: 0.0.7
Authors@R: c(
person("Simon H.", "Fischer", email = "simon.fischer@cefas.gov.uk",
role = c("aut", "cre")))
Maintainer: Simon Fischer <simon.fischer@cefas.gov.uk>
Description:
A package to apply the the ICES category 3 empirical (model-free)
harvest control rules.
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
methods,
dplyr,
tidyr,
ggplot2,
scales,
icesAdvice,
patchwork,
stats,
utils,
magrittr
Suggests:
knitr,
rmarkdown
RoxygenNote: 7.3.0
Collate:
'generics.R'
'A.R'
'length_data.R'
'f.R'
'F_hr.R'
'I.R'
'b.R'
'm.R'
'chr.R'
'data.R'
'r.R'
'plotting.R'
'rb.R'
'rfb.R'
'utils-pipe.R'
VignetteBuilder: knitr