diff --git a/.nojekyll b/.nojekyll index 80edf8b..e38deef 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -40e58490 \ No newline at end of file +2920f73a \ No newline at end of file diff --git a/authors.html b/authors.html index 7b8435e..53788e3 100644 --- a/authors.html +++ b/authors.html @@ -2,7 +2,7 @@ - + @@ -417,6 +417,24 @@

11  11  11  diff --git a/chapter_03.html b/chapter_03.html index ec35ad0..732cafa 100644 --- a/chapter_03.html +++ b/chapter_03.html @@ -2,7 +2,7 @@ - + @@ -287,6 +287,10 @@

#creation of traffic light plot trafficlight_rob <- rob_traffic_light(data = Risk_of_Bias, tool = "ROB2") trafficlight_rob +
+
Warning in ggplot2::geom_point(shape = 1, colour = "black", size = psize, : All aesthetics have length 1, but the data has 204 rows.
+ℹ Did you mean to use `annotate()`?
+
@@ -303,7 +307,7 @@

Version info

R version 4.2.3 (2023-03-15)
 Platform: x86_64-pc-linux-gnu (64-bit)
-Running under: Ubuntu 22.04.3 LTS
+Running under: Ubuntu 22.04.4 LTS
 
 Matrix products: default
 BLAS:   /usr/lib/x86_64-linux-gnu/openblas-pthread/libblas.so.3
@@ -322,14 +326,14 @@ 

Version info

[1] robvis_0.3.0 readxl_1.4.3 loaded via a namespace (and not attached): - [1] knitr_1.45 magrittr_2.0.3 munsell_0.5.0 tidyselect_1.2.0 + [1] knitr_1.45 magrittr_2.0.3 munsell_0.5.0 tidyselect_1.2.1 [5] colorspace_2.1-0 R6_2.5.1 rlang_1.1.3 fastmap_1.1.1 [9] fansi_1.0.6 dplyr_1.1.4 tools_4.2.3 grid_4.2.3 [13] gtable_0.3.4 xfun_0.42 utf8_1.2.4 cli_3.6.2 -[17] withr_3.0.0 htmltools_0.5.7 yaml_2.3.8 digest_0.6.34 -[21] tibble_3.2.1 lifecycle_1.0.4 farver_2.1.1 ggplot2_3.4.4 +[17] withr_3.0.0 htmltools_0.5.7 yaml_2.3.8 digest_0.6.35 +[21] tibble_3.2.1 lifecycle_1.0.4 farver_2.1.1 ggplot2_3.5.0 [25] purrr_1.0.2 tidyr_1.3.1 htmlwidgets_1.6.4 vctrs_0.6.5 -[29] codetools_0.2-19 glue_1.7.0 evaluate_0.23 rmarkdown_2.25 +[29] codetools_0.2-19 glue_1.7.0 evaluate_0.23 rmarkdown_2.26 [33] compiler_4.2.3 pillar_1.9.0 cellranger_1.1.0 scales_1.3.0 [37] generics_0.1.3 jsonlite_1.8.8 pkgconfig_2.0.3
@@ -418,6 +422,24 @@

Version info

// clear code selection e.clearSelection(); }); + var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//); + var mailtoRegex = new RegExp(/^mailto:/); + var filterRegex = new RegExp('/' + window.location.host + '/'); + var isInternal = (href) => { + return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href); + } + // Inspect non-navigation links and adorn them if external + var links = window.document.querySelectorAll('a[href]:not(.nav-link):not(.navbar-brand):not(.toc-action):not(.sidebar-link):not(.sidebar-item-toggle):not(.pagination-link):not(.no-external):not([aria-hidden]):not(.dropdown-item):not(.quarto-navigation-tool)'); + for (var i=0; iVersion info

try { href = new URL(href).hash; } catch {} const id = href.replace(/^#\/?/, ""); const note = window.document.getElementById(id); - return note.innerHTML; + if (note) { + return note.innerHTML; + } else { + return ""; + } }); } const xrefs = window.document.querySelectorAll('a.quarto-xref'); @@ -728,12 +754,12 @@

Version info

try { href = new URL(href).hash; } catch {} const id = href.replace(/^#\/?/, ""); const note = window.document.getElementById(id); - return note.innerHTML; + if (note) { + return note.innerHTML; + } else { + return ""; + } }); } const xrefs = window.document.querySelectorAll('a.quarto-xref'); @@ -55841,12 +55863,12 @@

References