disable execution of examples for notes on cran
diff --git a/man/remove_column.Rd b/man/remove_column.Rd
index ead768f..1cef024 100644
--- a/man/remove_column.Rd
+++ b/man/remove_column.Rd
@@ -16,5 +16,7 @@
 Remove columns
 }
 \examples{
+\dontrun{
 remove_column(kable(mtcars), 1)
 }
+}