aboutsummaryrefslogtreecommitdiff
path: root/man/plot.gensvm.grid.Rd
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2018-04-23 17:51:01 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2018-04-23 17:51:01 +0100
commit198dd1859e96bdf6637d44de6632ad1cb4883604 (patch)
tree1b5c2d5d23b21959685d6fddc55bb9b3acb81da8 /man/plot.gensvm.grid.Rd
parentbump version and update cran comments (diff)
downloadrgensvm-198dd1859e96bdf6637d44de6632ad1cb4883604.tar.gz
rgensvm-198dd1859e96bdf6637d44de6632ad1cb4883604.zip
replace dontrun with donttest in man pages
Diffstat (limited to 'man/plot.gensvm.grid.Rd')
-rw-r--r--man/plot.gensvm.grid.Rd2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/plot.gensvm.grid.Rd b/man/plot.gensvm.grid.Rd
index a3aa4d9..abf0974 100644
--- a/man/plot.gensvm.grid.Rd
+++ b/man/plot.gensvm.grid.Rd
@@ -20,7 +20,7 @@ model in the provided GenSVMGrid object. See the documentation for
\code{\link{plot.gensvm}} for more information.
}
\examples{
-\dontrun{
+\donttest{
x <- iris[, -5]
y <- iris[, 5]