diff --git a/spict/R/plotting.R b/spict/R/plotting.R
index 98a3092..da1cc7d 100644
--- a/spict/R/plotting.R
+++ b/spict/R/plotting.R
@@ -3484,8 +3484,9 @@ plotspict.hindcast <- function(rep, add.mase = TRUE, CI = 0.95, verbose = TRUE,
#' rep1 <- fit.spict(inp)
#' inp$priors$logbkfrac <- c(log(0.3), 0.1, 1)
#' rep2 <- fit.spict(inp)
+#' \dontrun{
#' plotspict.compare.one(rep1, rep2, varname = "F")
-#'
+#' }
plotspict.compare.one <- function(rep, ...,
varname = c("B","F","C","BBmsy","FFmsy","P"),
exp = TRUE, CI = 0.95, plot.unc = 1,
diff --git a/spict/inst/doc/spict_guidelines.html b/spict/inst/doc/spict_guidelines.html
index fb2247e..00bf2be 100644
--- a/spict/inst/doc/spict_guidelines.html
+++ b/spict/inst/doc/spict_guidelines.html
@@ -30,13 +30,13 @@
+code{white-space: pre-wrap;}
+span.smallcaps{font-variant: small-caps;}
+span.underline{text-decoration: underline;}
+div.column{display: inline-block; vertical-align: top; width: 50%;}
+div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
+ul.task-list{list-style: none;}
+
@@ -44,25 +44,25 @@
@@ -261,7 +261,7 @@
Guidelines for the stochastic production
model in continuous time (SPiCT)
T.K. Mildenberger, A. Kokkalis, C.W. Berg
-09 January, 2023
+08 December, 2023
diff --git a/spict/inst/doc/spict_guidelines.pdf b/spict/inst/doc/spict_guidelines.pdf
index 43b4937..e4d6ccd 100644
Binary files a/spict/inst/doc/spict_guidelines.pdf and b/spict/inst/doc/spict_guidelines.pdf differ
diff --git a/spict/inst/doc/spict_handbook.Rmd b/spict/inst/doc/spict_handbook.Rmd
index ec332c7..13485fe 100644
--- a/spict/inst/doc/spict_handbook.Rmd
+++ b/spict/inst/doc/spict_handbook.Rmd
@@ -30,7 +30,7 @@ This vignette explains basic and more advanced functions of the `spict` package.
```{r, eval=FALSE}
devtools::install_github("DTUAqua/spict/spict")
```
-installs the stable version of `spict`. When loading the package the user is greeted and the the installed version is shown:
+installs the stable version of `spict`. When loading the package the user is greeted and the installed version is shown:
```{r}
library(spict)
diff --git a/spict/inst/doc/spict_handbook.html b/spict/inst/doc/spict_handbook.html
index 823a6a1..136401a 100644
--- a/spict/inst/doc/spict_handbook.html
+++ b/spict/inst/doc/spict_handbook.html
@@ -30,23 +30,23 @@
+code{white-space: pre-wrap;}
+span.smallcaps{font-variant: small-caps;}
+span.underline{text-decoration: underline;}
+div.column{display: inline-block; vertical-align: top; width: 50%;}
+div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
+ul.task-list{list-style: none;}
+