disable execution of examples for notes on cran
diff --git a/man/row_spec.Rd b/man/row_spec.Rd
index 09f61a2..70d070b 100644
--- a/man/row_spec.Rd
+++ b/man/row_spec.Rd
@@ -73,7 +73,9 @@
 its look. It can also specify the format of the header row when \code{row} = 0.
 }
 \examples{
+\dontrun{
 x <- knitr::kable(head(mtcars), "html")
 row_spec(x, 1:2, bold = TRUE, italic = TRUE)
+}
 
 }