The R Project SVN R

Rev

Rev 89867 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 89867 Rev 89905
Line 24... Line 24...
24
@
24
@
25
 
25
 
26
We remove the chunk separator before this next chunk. It will
26
We remove the chunk separator before this next chunk. It will
27
appear immediately after the previous one in the tangled script.
27
appear immediately after the previous one in the tangled script.
28
<<main, chunk.sep=FALSE>>=
28
<<main, chunk.sep=FALSE>>=
29
runif(5)
29
pi
30
@
30
@
31
 
31
 
32
Pairing \texttt{ignore.on.weave=TRUE} with the option
32
Pairing \texttt{ignore.on.weave=TRUE} with the option
33
\texttt{extension} allows to keep, in a single source file, R
33
\texttt{extension} allows to keep, in a single source file, R
34
code as well as text or code in other programming languages that
34
code as well as text or code in other programming languages that