disable execution of examples for notes on cran
diff --git a/man/landscape.Rd b/man/landscape.Rd
index 3b99bf1..3d2f075 100644
--- a/man/landscape.Rd
+++ b/man/landscape.Rd
@@ -17,6 +17,8 @@
 It's useful for wide tables that cann't be printed on a portrait page.
 }
 \examples{
+\dontrun{
 landscape(knitr::kable(head(mtcars), "latex"))
+}
 
 }