The R Project SVN R

Rev

Rev 59039 | Rev 70613 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59039 Rev 61160
Line 23... Line 23...
23
}
23
}
24
\usage{
24
\usage{
25
RtangleWritedoc(object, chunk)
25
RtangleWritedoc(object, chunk)
26
RweaveChunkPrefix(options)
26
RweaveChunkPrefix(options)
27
RweaveEvalWithOpt(expr, options)
27
RweaveEvalWithOpt(expr, options)
28
RweaveLatexFinish(object, error=FALSE)
28
RweaveLatexFinish(object, error = FALSE)
29
RweaveLatexOptions(options)
29
RweaveLatexOptions(options)
30
RweaveTryStop(err, options)
30
RweaveTryStop(err, options)
31
SweaveHooks(options, run = FALSE, envir = .GlobalEnv)
31
SweaveHooks(options, run = FALSE, envir = .GlobalEnv)
32
makeRweaveLatexCodeRunner(evalFunc=RweaveEvalWithOpt)
32
makeRweaveLatexCodeRunner(evalFunc = RweaveEvalWithOpt)
33
}
33
}
34
\author{Friedrich Leisch, with contributions by Seth Falcon}
34
\author{Friedrich Leisch, with contributions by Seth Falcon}
35
\seealso{The \code{\link{Sweave}}, \code{\link{RweaveLatex}} help pages.
35
\seealso{The \code{\link{Sweave}}, \code{\link{RweaveLatex}} help pages.
36
}
36
}
37
\keyword{utilities}
37
\keyword{utilities}