disable execution of examples for notes on cran
diff --git a/man/kable_styling.Rd b/man/kable_styling.Rd
index 9cc993d..a7bc566 100644
--- a/man/kable_styling.Rd
+++ b/man/kable_styling.Rd
@@ -134,10 +134,12 @@
 }
 }
 \examples{
+\dontrun{
 x_html <- knitr::kable(head(mtcars), "html")
 kable_styling(x_html, "striped", position = "left", font_size = 7)
 
 x_latex <- knitr::kable(head(mtcars), "latex")
 kable_styling(x_latex, latex_options = "striped", position = "float_left")
+}
 
 }