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/plot.gensvm.grid.R | 2 ++ 1 file changed, 2 insertions(+) (limited to 'R/plot.gensvm.grid.R') diff --git a/R/plot.gensvm.grid.R b/R/plot.gensvm.grid.R index 6a34024..c755c3c 100644 --- a/R/plot.gensvm.grid.R +++ b/R/plot.gensvm.grid.R @@ -25,11 +25,13 @@ #' @export #' #' @examples +#' \dontrun{ #' x <- iris[, -5] #' y <- iris[, 5] #' #' grid <- gensvm.grid(x, y) #' plot(grid, x) +#' } #' plot.gensvm.grid <- function(x, ...) { -- cgit v1.2.3