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/coef.gensvm.grid.Rd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'man/coef.gensvm.grid.Rd') diff --git a/man/coef.gensvm.grid.Rd b/man/coef.gensvm.grid.Rd index 744809f..48cf48d 100644 --- a/man/coef.gensvm.grid.Rd +++ b/man/coef.gensvm.grid.Rd @@ -18,11 +18,13 @@ The parameter grid of the GenSVMGrid object as a data frame. Returns the parameter grid of a \code{gensvm.grid} object. } \examples{ +\dontrun{ x <- iris[, -5] y <- iris[, 5] grid <- gensvm.grid(x, y) pg <- coef(grid) +} } \references{ -- cgit v1.2.3