From 2224f89c05a5540102101b1310e120c12d533028 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 5 Apr 2018 15:35:57 -0400 Subject: don't run a bunch of examples to make check faster --- man/print.gensvm.grid.Rd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man/print.gensvm.grid.Rd') diff --git a/man/print.gensvm.grid.Rd b/man/print.gensvm.grid.Rd index 0a5377d..1f19737 100644 --- a/man/print.gensvm.grid.Rd +++ b/man/print.gensvm.grid.Rd @@ -18,12 +18,14 @@ returns the object passed as input Prints the summary of the fitted GenSVMGrid model } \examples{ +\dontrun{ x <- iris[, -5] y <- iris[, 5] # fit a grid search and print the resulting object grid <- gensvm.grid(x, y) print(grid) +} } \references{ -- cgit v1.2.3