diff --git a/DESCRIPTION b/DESCRIPTION
index d387923db..df3d122da 100644
--- a/DESCRIPTION
+++ b/DESCRIPTION
@@ -1,7 +1,7 @@
Type: Package
Package: see
Title: Model Visualisation Toolbox for 'easystats' and 'ggplot2'
-Version: 0.8.1.2
+Version: 0.8.2
Authors@R:
c(person(given = "Daniel",
family = "Lüdecke",
@@ -70,7 +70,7 @@ Imports:
ggplot2 (>= 3.4.4),
insight (>= 0.19.8),
modelbased (>= 0.8.6),
- parameters (>= 0.21.4),
+ parameters (>= 0.21.5),
performance (>= 0.10.8)
Suggests:
brms,
@@ -111,7 +111,7 @@ Suggests:
Encoding: UTF-8
Language: en-US
Roxygen: list(markdown = TRUE)
-RoxygenNote: 7.3.0
+RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/Needs/website:
rstudio/bslib,
diff --git a/README.md b/README.md
index 1cb46a995..fc97f410c 100644
--- a/README.md
+++ b/README.md
@@ -475,7 +475,7 @@ participating in this project you agree to abide by its terms.
# References
+entry-spacing="0" line-spacing="2">
diff --git a/cran-comments.md b/cran-comments.md
index a77c3a513..9a936b4a0 100644
--- a/cran-comments.md
+++ b/cran-comments.md
@@ -2,7 +2,7 @@
0 errors | 0 warnings | 0 note
-* Maintenance release.
+* Fixes breakages caused by changes in the `parameters` package.
## revdepcheck results
diff --git a/man/figures/performance-1.png b/man/figures/performance-1.png
index 811c4bb5d..02a83902c 100644
Binary files a/man/figures/performance-1.png and b/man/figures/performance-1.png differ
diff --git a/man/plot.see_n_factors.Rd b/man/plot.see_n_factors.Rd
index 4f4aa0fd5..70c82544e 100644
--- a/man/plot.see_n_factors.Rd
+++ b/man/plot.see_n_factors.Rd
@@ -35,6 +35,9 @@ The \code{plot()} method for the \code{parameters::n_factors()} and \code{parame
data(mtcars)
result <- n_factors(mtcars, type = "PCA")
result
+
+plot(result) # type = "bar" by default
plot(result, type = "line")
+plot(result, type = "area")
\dontshow{\}) # examplesIf}
}