From 198dd1859e96bdf6637d44de6632ad1cb4883604 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 23 Apr 2018 17:51:01 +0100 Subject: replace dontrun with donttest in man pages --- man/predict.gensvm.grid.Rd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man/predict.gensvm.grid.Rd') diff --git a/man/predict.gensvm.grid.Rd b/man/predict.gensvm.grid.Rd index a61362e..b16969a 100644 --- a/man/predict.gensvm.grid.Rd +++ b/man/predict.gensvm.grid.Rd @@ -27,7 +27,7 @@ this model is only available if \code{refit=TRUE} was specified in the \code{\link{gensvm.grid}} call (the default). } \examples{ -\dontrun{ +\donttest{ x <- iris[, -5] y <- iris[, 5] -- cgit v1.2.3