The R Project SVN R

Rev

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

Rev 68948 Rev 70613
Line 1... Line 1...
1
% File src/library/utils/man/SweaveUtils.Rd
1
% File src/library/utils/man/SweaveUtils.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2007 R Core Team
3
% Copyright 1995-2016 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{SweaveUtils}
6
\name{SweaveUtils}
7
\alias{RtangleWritedoc}
7
\alias{RtangleWritedoc}
8
\alias{RweaveChunkPrefix}
8
\alias{RweaveChunkPrefix}
Line 14... Line 14...
14
\alias{SweaveHooks}
14
\alias{SweaveHooks}
15
\alias{SweaveUtils}
15
\alias{SweaveUtils}
16
\alias{makeRweaveLatexCodeRunner}
16
\alias{makeRweaveLatexCodeRunner}
17
\title{Sweave Driver Utilities}
17
\title{Sweave Driver Utilities}
18
\description{
18
\description{
19
  These functions are handy for writing Sweave drivers and currently not
19
  These functions are handy for writing Sweave drivers and are
-
 
20
  considered internal and hence not documented.  Look at the source code
20
  documented. Look at the source code of the Sweave Latex driver (in this
21
  of the Sweave Latex driver (in this
21
  package) or the HTML driver (in the R2HTML package from CRAN) to see
22
  package) or the HTML driver (in the R2HTML package from CRAN) to see
22
  how they can be used.
23
  how they can be used.
23
}
24
}
24
\usage{
25
\usage{
25
RtangleWritedoc(object, chunk)
26
RtangleWritedoc(object, chunk)