disable execution of examples for notes on cran
diff --git a/man/add_footnote.Rd b/man/add_footnote.Rd
index 525ce26..8716557 100644
--- a/man/add_footnote.Rd
+++ b/man/add_footnote.Rd
@@ -33,7 +33,9 @@
 Add footnote to your favorite kable output.
 }
 \examples{
+\dontrun{
 x <- knitr::kable(head(mtcars), "html")
 add_footnote(x, c("footnote 1", "footnote 2"), notation = "symbol")
+}
 
 }