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/predict.gensvm.grid.Rd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man/predict.gensvm.grid.Rd') diff --git a/man/predict.gensvm.grid.Rd b/man/predict.gensvm.grid.Rd index 0c3cf2f..a61362e 100644 --- a/man/predict.gensvm.grid.Rd +++ b/man/predict.gensvm.grid.Rd @@ -27,6 +27,7 @@ this model is only available if \code{refit=TRUE} was specified in the \code{\link{gensvm.grid}} call (the default). } \examples{ +\dontrun{ x <- iris[, -5] y <- iris[, 5] @@ -35,6 +36,7 @@ grid <- gensvm.grid(x, y) # predict training sample y.hat <- predict(grid, x) +} } \references{ -- cgit v1.2.3