-
Notifications
You must be signed in to change notification settings - Fork 3
/
NEWS.Rmd
54 lines (28 loc) · 1.85 KB
/
NEWS.Rmd
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
---
title: "NEWS"
output: github_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE)
```
## 12/07/2024 - version 0.0.7
Rounding of index values in advice tables (for component r and b)
* If index values are above 100, round normally instead of using ICES rounding to avoid loosing digits, e.g. 221 stays 221 instead of becoming 220
## 03/05/2024 - version 0.0.6
Adapted advice table (`advice()`) to match updated ICES guidance for completing single-stock advice 2024.
* Text changes (e.g. changed "Fishing Pressure proxy" header to "Fishing pressure", added "multiplier" where needed)
* Added row with "Fishing pressure proxy" (inverted f)
## 22/04/2024 - Version 0.0.5
Fixed bug in `A()` when argument `avg_years` is a vector of years (see [GitHub issue](https://github.com/shfischer/cat3advice/issues/3)).
## 09/04/2024 - Version 0.0.4
Adapted rounding in `advice()` to match ICES advice sheets:
* Component f of the rfb rule; if units are supplied for the reference length and mean catch length, these values are not rounded according to ICES rounding rules, but instead to the nearest millimetre (e.g. "341 mm" or "34.1 cm"). The indicator value is still rounded according to ICES rounding rules.
## 01/03/2024 - Version 0.0.3
Added more functionality for chr rule
* The inverse indicator ratio for component f is now included in `indicator(f)` and can be shown with `inverse_indicator(f)`.
* The inverse indicator ratio can now be plotted with `plot(f, inverse = TRUE)` and this plots mimics the one shown in ICES advice sheets.
## Version 0.0.2
Changes to `advice()` for rfb/rb/chr rule
* Bugfix: the raw values for the rfb/rb/chr calculation in the summary table (before application of the stability clause) are now rounded to the nearest number (e.g. tonne).
## Version 0.0.1
* First version released for ICES assessment season 2023.