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 --- R/coef.gensvm.grid.R | 2 ++ 1 file changed, 2 insertions(+) (limited to 'R/coef.gensvm.grid.R') diff --git a/R/coef.gensvm.grid.R b/R/coef.gensvm.grid.R index 48b2a76..f9908ba 100644 --- a/R/coef.gensvm.grid.R +++ b/R/coef.gensvm.grid.R @@ -26,11 +26,13 @@ #' @importFrom stats coef #' #' @examples +#' \dontrun{ #' x <- iris[, -5] #' y <- iris[, 5] #' #' grid <- gensvm.grid(x, y) #' pg <- coef(grid) +#' } #' coef.gensvm.grid <- function(object, ...) { -- cgit v1.2.3