The R Project SVN R

Rev

Rev 80771 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

\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
}
}