From d4501806fc43280e967625c9496947a7bc2370ad Mon Sep 17 00:00:00 2001 From: Lukas Wallrich Date: Mon, 9 Sep 2024 23:21:46 +0100 Subject: [PATCH] Warn that dark mode does not work --- .../index.Rmd | 9 +- .../index.html | 506 +++++++++--------- 2 files changed, 260 insertions(+), 255 deletions(-) diff --git a/content/blog/2023-05-11-assessing-interrater-agreement-in-meta-analyses-what-sample-size-do-i-need/index.Rmd b/content/blog/2023-05-11-assessing-interrater-agreement-in-meta-analyses-what-sample-size-do-i-need/index.Rmd index 1ace671..50f4102 100755 --- a/content/blog/2023-05-11-assessing-interrater-agreement-in-meta-analyses-what-sample-size-do-i-need/index.Rmd +++ b/content/blog/2023-05-11-assessing-interrater-agreement-in-meta-analyses-what-sample-size-do-i-need/index.Rmd @@ -34,7 +34,6 @@ if (!require(purrr)) install.packages("purrr") if (!require(ggplot2)) install.packages("ggplot2") if (!require(tidyr)) install.packages("tidyr") if (!require(gt)) install.packages("gt") -if (!require(gtExtras)) install.packages("gtExtras") library(ggplot2) library(dplyr) @@ -264,8 +263,14 @@ tab <- res_N %>% +{{% alert theme="warning" %}} + +To view the table, make sure to read this in light mode (select at the top of the page on the right). Currently, half of the rows are invisible in dark mode. + +{{% /alert %}} + ```{r echo=FALSE} -tab %>% gtExtras::gt_theme_dark() +tab ``` diff --git a/content/blog/2023-05-11-assessing-interrater-agreement-in-meta-analyses-what-sample-size-do-i-need/index.html b/content/blog/2023-05-11-assessing-interrater-agreement-in-meta-analyses-what-sample-size-do-i-need/index.html index 6b20032..ca8d042 100644 --- a/content/blog/2023-05-11-assessing-interrater-agreement-in-meta-analyses-what-sample-size-do-i-need/index.html +++ b/content/blog/2023-05-11-assessing-interrater-agreement-in-meta-analyses-what-sample-size-do-i-need/index.html @@ -218,11 +218,11 @@

Calculation of required N

gt::tab_spanner_delim(delim = "__") %>% gt::tab_header(title = "Required sample sizes to achieve a desired level of uncertainty") +

{{% alert theme=“warning” %}}

+

To view the table, make sure to read this in light mode (select at the top of the page on the right). Currently, half of the rows are invisible in dark mode.

+

{{% /alert %}}

-