diff --git a/docs/articles/web_only/faq.html b/docs/articles/web_only/faq.html index dcf8c12a5..7b8d786f8 100644 --- a/docs/articles/web_only/faq.html +++ b/docs/articles/web_only/faq.html @@ -174,7 +174,7 @@ - +
@@ -182,7 +182,7 @@

frequently asked questions (FAQ)

Indrajeet Patil

-

2021-05-17

+

2021-05-21

Source: vignettes/web_only/faq.Rmd @@ -229,13 +229,16 @@

# extracting detailed expression (res_expr <- oneway_anova(iris, Species, Sepal.Length, var.equal = TRUE)) -#> # A tibble: 1 x 11 +#> # A tibble: 1 x 13 #> statistic df df.error p.value method estimate #> <dbl> <dbl> <dbl> <dbl> <chr> <dbl> #> 1 119. 2 147 1.67e-31 One-way analysis of means 0.612 -#> conf.level conf.low conf.high effectsize expression -#> <dbl> <dbl> <dbl> <chr> <list> -#> 1 0.95 0.517 0.683 Omega2 <language> +#> conf.level conf.low conf.high effectsize conf.method conf.distribution +#> <dbl> <dbl> <dbl> <chr> <chr> <chr> +#> 1 0.95 0.517 0.683 Omega2 ncp F +#> expression +#> <list> +#> 1 <language> # adapting the details to your liking ggplot(iris, aes(x = Species, y = Sepal.Length)) + @@ -253,7 +256,7 @@

Sometimes, if you are working in RStudio, you might see the following error-

Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, :
 polygon edge not found
-

There is no unique solution for this. Just Google this error and see if any of those solutions solve your problem.

+

This can possibly be solved by increasing the size of RStudio viewer pane. If this doesn’t solve your problem, just Google this error and see if that helps.

If not, pray to the old and the new gods, and try again. It might just solve your problem. 🤷

@@ -347,7 +350,7 @@

# converting to plotly object plotly::ggplotly(p, width = 480, height = 480)

- +

diff --git a/docs/articles/web_only/faq_files/figure-html/comp_asterisks-1.png b/docs/articles/web_only/faq_files/figure-html/comp_asterisks-1.png index 1e8cdc379..f6c347ffb 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/comp_asterisks-1.png and b/docs/articles/web_only/faq_files/figure-html/comp_asterisks-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/custom_expr-1.png b/docs/articles/web_only/faq_files/figure-html/custom_expr-1.png index 2cd83d2ea..b9e0a81b7 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/custom_expr-1.png and b/docs/articles/web_only/faq_files/figure-html/custom_expr-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/custom_pairwise-1.png b/docs/articles/web_only/faq_files/figure-html/custom_pairwise-1.png index 5d1c21ee1..f682b6aba 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/custom_pairwise-1.png and b/docs/articles/web_only/faq_files/figure-html/custom_pairwise-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/custom_test-1.png b/docs/articles/web_only/faq_files/figure-html/custom_test-1.png index 41426637f..4701e1e31 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/custom_test-1.png and b/docs/articles/web_only/faq_files/figure-html/custom_test-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/facet_expr-1.png b/docs/articles/web_only/faq_files/figure-html/facet_expr-1.png index d34aa9815..db34c584a 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/facet_expr-1.png and b/docs/articles/web_only/faq_files/figure-html/facet_expr-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/ggbar_colors-1.png b/docs/articles/web_only/faq_files/figure-html/ggbar_colors-1.png index 55aba8648..d6dbb3d41 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/ggbar_colors-1.png and b/docs/articles/web_only/faq_files/figure-html/ggbar_colors-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/ggbar_samplesize-1.png b/docs/articles/web_only/faq_files/figure-html/ggbar_samplesize-1.png index 41b1a9e92..e0dc524f2 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/ggbar_samplesize-1.png and b/docs/articles/web_only/faq_files/figure-html/ggbar_samplesize-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/gginnards-1.png b/docs/articles/web_only/faq_files/figure-html/gginnards-1.png index 3c3a89ff0..1c235d9de 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/gginnards-1.png and b/docs/articles/web_only/faq_files/figure-html/gginnards-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/gginnards2-1.png b/docs/articles/web_only/faq_files/figure-html/gginnards2-1.png index 723cd795c..03df13d02 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/gginnards2-1.png and b/docs/articles/web_only/faq_files/figure-html/gginnards2-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/ggpie_colors-1.png b/docs/articles/web_only/faq_files/figure-html/ggpie_colors-1.png index 2a1a0edda..6917e71ad 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/ggpie_colors-1.png and b/docs/articles/web_only/faq_files/figure-html/ggpie_colors-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/grouped_2-1.png b/docs/articles/web_only/faq_files/figure-html/grouped_2-1.png index d249de2c0..a58409825 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/grouped_2-1.png and b/docs/articles/web_only/faq_files/figure-html/grouped_2-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/grouped_modify-1.png b/docs/articles/web_only/faq_files/figure-html/grouped_modify-1.png index 98e2ca603..8ccc2b5b8 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/grouped_modify-1.png and b/docs/articles/web_only/faq_files/figure-html/grouped_modify-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/grouped_y_axes-1.png b/docs/articles/web_only/faq_files/figure-html/grouped_y_axes-1.png index 4d135b4d4..4595d03c6 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/grouped_y_axes-1.png and b/docs/articles/web_only/faq_files/figure-html/grouped_y_axes-1.png differ diff --git a/docs/articles/web_only/faq_files/figure-html/null_subtitle-1.png b/docs/articles/web_only/faq_files/figure-html/null_subtitle-1.png index 7b2631f17..3d9df45db 100644 Binary files a/docs/articles/web_only/faq_files/figure-html/null_subtitle-1.png and b/docs/articles/web_only/faq_files/figure-html/null_subtitle-1.png differ diff --git a/docs/articles/web_only/faq_files/header-attrs-2.8.1/header-attrs.js b/docs/articles/web_only/faq_files/header-attrs-2.8.1/header-attrs.js new file mode 100644 index 000000000..dd57d92e0 --- /dev/null +++ b/docs/articles/web_only/faq_files/header-attrs-2.8.1/header-attrs.js @@ -0,0 +1,12 @@ +// Pandoc 2.9 adds attributes on both header and div. We remove the former (to +// be compatible with the behavior of Pandoc < 2.8). +document.addEventListener('DOMContentLoaded', function(e) { + var hs = document.querySelectorAll("div.section[class*='level'] > :first-child"); + var i, h, a; + for (i = 0; i < hs.length; i++) { + h = hs[i]; + if (!/^h[1-6]$/i.test(h.tagName)) continue; // it should be a header h1-h6 + a = h.attributes; + while (a.length > 0) h.removeAttribute(a[0].name); + } +}); diff --git a/vignettes/web_only/faq.Rmd b/vignettes/web_only/faq.Rmd index 6e01e4dd1..911c25f94 100644 --- a/vignettes/web_only/faq.Rmd +++ b/vignettes/web_only/faq.Rmd @@ -87,8 +87,8 @@ Error in grid.Call(C_textBounds, as.graphicsAnnot(x$label), x$x, x$y, : polygon edge not found ``` -There is no unique solution for this. Just Google this error and see if any of -those solutions solve your problem. +This can possibly be solved by increasing the size of RStudio viewer pane. +If this doesn't solve your problem, just Google this error and see if that helps. If not, pray to the old and the new gods, and try again. It might just solve your problem. `r emo::ji("shrug")`