Initial open source commit
This commit is contained in:
13
test/acceptance/fixtures/examples/knitr/main.Rtex
Normal file
13
test/acceptance/fixtures/examples/knitr/main.Rtex
Normal file
@@ -0,0 +1,13 @@
|
||||
\documentclass{article}
|
||||
\begin{document}
|
||||
|
||||
Hello world $x^2 = 0$.
|
||||
|
||||
%% chunk options: cache this chunk
|
||||
%% begin.rcode my-cache, cache=TRUE
|
||||
% set.seed(123)
|
||||
% x = runif(10)
|
||||
% sd(x) # standard deviation
|
||||
%% end.rcode
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user