disable execution of examples for notes on cran
diff --git a/man/add_indent.Rd b/man/add_indent.Rd
index 633de8e..ea61e4a 100644
--- a/man/add_indent.Rd
+++ b/man/add_indent.Rd
@@ -20,8 +20,10 @@
 Add indentations to row headers
 }
 \examples{
+\dontrun{
 x <- knitr::kable(head(mtcars), "html")
 # Add indentations to the 2nd & 4th row
 add_indent(x, c(2, 4), level_of_indent = 1)
+}
 
 }