The R Project SVN R

Rev

Rev 49152 | Rev 82224 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
57370 murdoch 1
\inputencoding{utf8}
2
\HeaderA{testit}{An Rd Regression Test}{testit}
3
\aliasB{\{}{testit}{.Rlbrace.}
4
%
5
\begin{Usage}
6
\begin{verbatim}
7
\x \y %{}
8
 
9
foo(x, y)
10
\end{verbatim}
11
\end{Usage}
12
%
13
\begin{Details}\relax
14
Escaped backslash \code{\bsl{}x}.
15
 
16
\code{\%\{\}}
17
 
18
\LinkA{a link}{a link} and one to a known destination:
19
\LinkA{weighted.mean}{weighted.mean}
20
 
21
var in \var{text}.
22
 
23
\code{foo(\var{x}, \var{y})}.
24
\begin{alltt}
25
  Escaped backslash \bsl{}x.
26
 
27
  %\{\}
28
 
29
  var in \bsl{}var\{text\}.
30
 
31
  foo(\bsl{}var\{x\}, \bsl{}var\{y\}).
32
 
33
  From gap: pedtodot.Rd -- n=split(m,par,"\bsl{}034") 
34
  \end{alltt}
35
 
36
Yihui Xie's example:
37
\begin{description}
38
\item[def] ghi
39
\end{description}
40
 
41
\end{Details}
42
%
43
\begin{Examples}
44
\begin{ExampleCode}
45
\x
46
%{}
47
foo(x, y)
48
\end{ExampleCode}
49
\end{Examples}