FreesearchR 26.2.2
-
Minor addition to the previous update with correct activation of the missingness evaluation button.
+
FIX Minor addition to the previous update with correct activation of the missingness evaluation button.
+
FIX Correct table headers for evaluating missings across groups.
FreesearchR 26.2.1
diff --git a/news/index.md b/news/index.md
index 8431a8b3..6e751d01 100644
--- a/news/index.md
+++ b/news/index.md
@@ -2,8 +2,10 @@
## FreesearchR 26.2.2
-Minor addition to the previous update with correct activation of the
-missingness evaluation button.
+*FIX* Minor addition to the previous update with correct activation of
+the missingness evaluation button.
+
+*FIX* Correct table headers for evaluating missings across groups.
## FreesearchR 26.2.1
diff --git a/pkgdown.yml b/pkgdown.yml
index 1e1fb5cc..bef26d65 100644
--- a/pkgdown.yml
+++ b/pkgdown.yml
@@ -7,7 +7,7 @@ articles:
missingness: missingness.html
session: session.html
visuals: visuals.html
-last_built: 2026-02-23T15:35Z
+last_built: 2026-02-23T16:08Z
urls:
reference: https://agdamsbo.github.io/FreesearchR/reference
article: https://agdamsbo.github.io/FreesearchR/articles
diff --git a/reference/data-plots.html b/reference/data-plots.html
index d8940cf2..9ba67d6d 100644
--- a/reference/data-plots.html
+++ b/reference/data-plots.html
@@ -732,7 +732,7 @@ One of c("stack", "dodge", "fill")
#> list()
#>
#> $plot_env
-
#> <environment: 0x56197036bfe8>
+
#> <environment: 0x55b3a6aab1d0>
#>
#> $code
#> FreesearchR::plot_violin(pri = "mpg", sec = "cyl", ter = NULL)
diff --git a/reference/data-plots.md b/reference/data-plots.md
index 788f111b..5dc7f188 100644
--- a/reference/data-plots.md
+++ b/reference/data-plots.md
@@ -688,7 +688,7 @@ create_plot(mtcars, "plot_violin", "mpg", "cyl") |> attributes()
#> list()
#>
#> $plot_env
-#>
+#>
#>
#> $code
#> FreesearchR::plot_violin(pri = "mpg", sec = "cyl", ter = NULL)
diff --git a/reference/getfun.html b/reference/getfun.html
index ecaef139..81b1c2d1 100644
--- a/reference/getfun.html
+++ b/reference/getfun.html
@@ -139,7 +139,7 @@
#> z$qr <- NULL
#> z
#> }
-#> <bytecode: 0x56196e8275b8>
+#> <bytecode: 0x55b3a9ccb790>
#> <environment: namespace:stats>
diff --git a/reference/getfun.md b/reference/getfun.md
index 32b302db..5abfdcce 100644
--- a/reference/getfun.md
+++ b/reference/getfun.md
@@ -95,6 +95,6 @@ getfun("stats::lm")
#> z$qr <- NULL
#> z
#> }
-#>