From f8ece3c6f45c21b73654983f66dd160e990b1e91 Mon Sep 17 00:00:00 2001 From: Alexandros Kokkalis Date: Fri, 8 Dec 2023 16:56:10 +0100 Subject: [PATCH] spict v1.3.8 --- spict/DESCRIPTION | 2 +- spict/NEWS.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/spict/DESCRIPTION b/spict/DESCRIPTION index 8c98953..cec14ba 100644 --- a/spict/DESCRIPTION +++ b/spict/DESCRIPTION @@ -2,7 +2,7 @@ Package: spict Type: Package Title: Stochastic surplus Production model in Continuous-Time (SPiCT) Version: 1.3.8 -Date: 2023-01-09 +Date: 2023-12-08 Authors@R: c(person(given="Martin Waever", family="Pedersen", email="wpsgodd@gmail.com", diff --git a/spict/NEWS.md b/spict/NEWS.md index 41eadad..2488ce7 100644 --- a/spict/NEWS.md +++ b/spict/NEWS.md @@ -10,7 +10,6 @@ New features visualised with the function `plotspict.diagnostic.process()`. Note, that the process residuals have mainly been tested for scenarios without seasonal fishing patterns. - * Added function `plotspict.compare` that shows estimates from multiple fits, of B, F, catch, F/Fmsy, B/Bmsy and the production curve on the same plot. The fits can be given separately, like `plotspict.compare(fit1, fit2)` or in a list, like @@ -23,6 +22,7 @@ Bug fixes * `add.manlines` checks for errflag for multiple management scenarios * `annual` function was rewritten to accommodate cases where `intime` does not include full years. This happens when the first data point is not on a full year (closes #170, thanks to Paz Sampedro) * `man.select` checks for `NA`s for multiple management scenarios +* `summary` now respects the `CI` argument. Added CI argument for `sumspict.*` functions Minor changes