disable execution of examples for notes on cran
diff --git a/man/group_rows.Rd b/man/group_rows.Rd
index 30c5a4b..5dd2b7c 100644
--- a/man/group_rows.Rd
+++ b/man/group_rows.Rd
@@ -126,8 +126,10 @@
 Group a few rows in a table together under a label.
 }
 \examples{
+\dontrun{
 x <- knitr::kable(head(mtcars), "html")
 # Put Row 2 to Row 5 into a Group and label it as "Group A"
 pack_rows(x, "Group A", 2, 5)
+}
 
 }