Skip to content

Commit aff30f2

Browse files
Finish AI bug fixes and update documentation
1 parent ed4f99d commit aff30f2

30 files changed

Lines changed: 49 additions & 49 deletions

R/plot_catchcurve.R

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ plot_catchcurve <- function(
383383
} else {
384384
"L"
385385
},
386-
"longevity = ",
386+
"ongevity = ",
387387
round(-modf$estimate_a / modf$estimate_b, 1),
388388
" years (",
389389
round(-modf$conf.low_a / modf$conf.low_b, 1),
@@ -416,7 +416,7 @@ plot_catchcurve <- function(
416416
} else {
417417
"L"
418418
},
419-
"longevity = ",
419+
"ongevity = ",
420420
round(-modm$estimate_a / modm$estimate_b, 1),
421421
" years (",
422422
round(-modm$conf.low_a / modm$conf.low_b, 1),
@@ -529,7 +529,7 @@ plot_catchcurve <- function(
529529
} else {
530530
"L"
531531
},
532-
"longevity = ",
532+
"ongevity = ",
533533
round(-modb$estimate_a / modb$estimate_b, 1),
534534
" years (",
535535
round(-modb$conf.low_a / modb$conf.low_b, 1),

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# ggFishPlots
33

44
**Visualise and calculate life history parameters for fisheries science
5-
using ggplot2. R package version 0.4.0**
5+
using ggplot2. R package version 0.4.1**
66

77
<!-- badges: start -->
88

@@ -200,11 +200,11 @@ plot_maturity(survey_ghl, bootstrap.n = 10)
200200

201201
#>
202202
#> $text
203-
#> [1] "50% maturity at length (L50) based on logit regressions:\n54.763 cm. 95% confidence intervals: 54.661 - 54.886\n Number of specimens: 64265\n\n Confidence intervals estimated using 10 bootstrap replicates."
203+
#> [1] "50% maturity at length (L50) based on logit regressions:\n54.808 cm. 95% confidence intervals: 54.645 - 54.974\n Number of specimens: 64265\n\n Confidence intervals estimated using 10 bootstrap replicates."
204204
#>
205205
#> $params
206-
#> mean ci.min ci.max sex intercept slope n
207-
#> 1 54.76276 54.6609 54.8858 both -5.755492 0.1050587 64265
206+
#> mean ci.min ci.max sex intercept slope n
207+
#> 1 54.80834 54.64512 54.97355 both -5.755492 0.1050587 64265
208208

209209
#### Split by sex
210210

@@ -472,15 +472,15 @@ citation("ggFishPlots")
472472
#>
473473
#> Vihtakari M (2026). _ggFishPlots: Visualise and Calculate Life
474474
#> History Parameters for Fisheries Science using 'ggplot2'_. R package
475-
#> version 0.4.0, <https://deepwaterimr.github.io/ggFishPlots/>.
475+
#> version 0.4.1, <https://deepwaterimr.github.io/ggFishPlots/>.
476476
#>
477477
#> A BibTeX entry for LaTeX users is
478478
#>
479479
#> @Manual{,
480480
#> title = {ggFishPlots: Visualise and Calculate Life History Parameters for Fisheries Science using 'ggplot2'},
481481
#> author = {Mikko Vihtakari},
482482
#> year = {2026},
483-
#> note = {R package version 0.4.0},
483+
#> note = {R package version 0.4.1},
484484
#> url = {https://deepwaterimr.github.io/ggFishPlots/},
485485
#> }
486486
```

docs/404.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/LICENSE-text.html

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.html

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/authors.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Source:
1313

1414
Vihtakari M (2026). *ggFishPlots: Visualise and Calculate Life History
1515
Parameters for Fisheries Science using 'ggplot2'*. R package version
16-
0.4.0, <https://deepwaterimr.github.io/ggFishPlots/>.
16+
0.4.1, <https://deepwaterimr.github.io/ggFishPlots/>.
1717

1818
@Manual{,
1919
title = {ggFishPlots: Visualise and Calculate Life History Parameters for Fisheries Science using 'ggplot2'},
2020
author = {Mikko Vihtakari},
2121
year = {2026},
22-
note = {R package version 0.4.0},
22+
note = {R package version 0.4.1},
2323
url = {https://deepwaterimr.github.io/ggFishPlots/},
2424
}

docs/index.html

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ggFishPlots
22

33
**Visualise and calculate life history parameters for fisheries science
4-
using ggplot2. R package version 0.4.0**
4+
using ggplot2. R package version 0.4.1**
55

66
## Overview
77

@@ -198,11 +198,11 @@ plot_maturity(survey_ghl, bootstrap.n = 10)
198198
``` R
199199
#>
200200
#> $text
201-
#> [1] "50% maturity at length (L50) based on logit regressions:\n54.763 cm. 95% confidence intervals: 54.661 - 54.886\n Number of specimens: 64265\n\n Confidence intervals estimated using 10 bootstrap replicates."
201+
#> [1] "50% maturity at length (L50) based on logit regressions:\n54.808 cm. 95% confidence intervals: 54.645 - 54.974\n Number of specimens: 64265\n\n Confidence intervals estimated using 10 bootstrap replicates."
202202
#>
203203
#> $params
204-
#> mean ci.min ci.max sex intercept slope n
205-
#> 1 54.76276 54.6609 54.8858 both -5.755492 0.1050587 64265
204+
#> mean ci.min ci.max sex intercept slope n
205+
#> 1 54.80834 54.64512 54.97355 both -5.755492 0.1050587 64265
206206
```
207207

208208
#### Split by sex
@@ -480,15 +480,15 @@ citation("ggFishPlots")
480480
#>
481481
#> Vihtakari M (2026). _ggFishPlots: Visualise and Calculate Life
482482
#> History Parameters for Fisheries Science using 'ggplot2'_. R package
483-
#> version 0.4.0, <https://deepwaterimr.github.io/ggFishPlots/>.
483+
#> version 0.4.1, <https://deepwaterimr.github.io/ggFishPlots/>.
484484
#>
485485
#> A BibTeX entry for LaTeX users is
486486
#>
487487
#> @Manual{,
488488
#> title = {ggFishPlots: Visualise and Calculate Life History Parameters for Fisheries Science using 'ggplot2'},
489489
#> author = {Mikko Vihtakari},
490490
#> year = {2026},
491-
#> note = {R package version 0.4.0},
491+
#> note = {R package version 0.4.1},
492492
#> url = {https://deepwaterimr.github.io/ggFishPlots/},
493493
#> }
494494
```

docs/llms.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ggFishPlots
22

33
**Visualise and calculate life history parameters for fisheries science
4-
using ggplot2. R package version 0.4.0**
4+
using ggplot2. R package version 0.4.1**
55

66
## Overview
77

@@ -198,11 +198,11 @@ plot_maturity(survey_ghl, bootstrap.n = 10)
198198
``` R
199199
#>
200200
#> $text
201-
#> [1] "50% maturity at length (L50) based on logit regressions:\n54.763 cm. 95% confidence intervals: 54.661 - 54.886\n Number of specimens: 64265\n\n Confidence intervals estimated using 10 bootstrap replicates."
201+
#> [1] "50% maturity at length (L50) based on logit regressions:\n54.808 cm. 95% confidence intervals: 54.645 - 54.974\n Number of specimens: 64265\n\n Confidence intervals estimated using 10 bootstrap replicates."
202202
#>
203203
#> $params
204-
#> mean ci.min ci.max sex intercept slope n
205-
#> 1 54.76276 54.6609 54.8858 both -5.755492 0.1050587 64265
204+
#> mean ci.min ci.max sex intercept slope n
205+
#> 1 54.80834 54.64512 54.97355 both -5.755492 0.1050587 64265
206206
```
207207

208208
#### Split by sex
@@ -480,15 +480,15 @@ citation("ggFishPlots")
480480
#>
481481
#> Vihtakari M (2026). _ggFishPlots: Visualise and Calculate Life
482482
#> History Parameters for Fisheries Science using 'ggplot2'_. R package
483-
#> version 0.4.0, <https://deepwaterimr.github.io/ggFishPlots/>.
483+
#> version 0.4.1, <https://deepwaterimr.github.io/ggFishPlots/>.
484484
#>
485485
#> A BibTeX entry for LaTeX users is
486486
#>
487487
#> @Manual{,
488488
#> title = {ggFishPlots: Visualise and Calculate Life History Parameters for Fisheries Science using 'ggplot2'},
489489
#> author = {Mikko Vihtakari},
490490
#> year = {2026},
491-
#> note = {R package version 0.4.0},
491+
#> note = {R package version 0.4.1},
492492
#> url = {https://deepwaterimr.github.io/ggFishPlots/},
493493
#> }
494494
```

docs/pkgdown.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pandoc: 3.6.3
22
pkgdown: 2.2.0
33
pkgdown_sha: ~
44
articles: {}
5-
last_built: 2026-02-09T15:46Z
5+
last_built: 2026-02-10T09:42Z

0 commit comments

Comments
 (0)