blob: bb323334443fdd537ee210397a6edf47b92648bb [file] [edit]
\name{donttest}
\alias{donttest}
\title{donttest}
\description{Syntax error in \code{\\donttest} snipppet.}
\examples{
## the snippet below will be commented by .createExdotR()
## and then also removed by massageExamples(), which seems obsolete
\donttest{
R.Version( # missing closing parenthesis
}
\donttest{
## another donttest block
}
}