aboutsummaryrefslogtreecommitdiff
path: root/R/print.gensvm.grid.R
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-04-05 15:35:57 -0400
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-04-05 15:35:57 -0400
commit2224f89c05a5540102101b1310e120c12d533028 (patch)
treebb5ea2d6f826cade03aa697e17f7f03d300cc475 /R/print.gensvm.grid.R
parentfix type of ZV matrix (diff)
downloadrgensvm-2224f89c05a5540102101b1310e120c12d533028.tar.gz
rgensvm-2224f89c05a5540102101b1310e120c12d533028.zip
don't run a bunch of examples to make check faster
Diffstat (limited to 'R/print.gensvm.grid.R')
-rw-r--r--R/print.gensvm.grid.R2
1 files changed, 2 insertions, 0 deletions
diff --git a/R/print.gensvm.grid.R b/R/print.gensvm.grid.R
index 3e1bb69..d0755ca 100644
--- a/R/print.gensvm.grid.R
+++ b/R/print.gensvm.grid.R
@@ -25,12 +25,14 @@
#' @export
#'
#' @examples
+#' \dontrun{
#' x <- iris[, -5]
#' y <- iris[, 5]
#'
#' # fit a grid search and print the resulting object
#' grid <- gensvm.grid(x, y)
#' print(grid)
+#' }
#'
print.gensvm.grid <- function(x, ...)
{