Displaying 1 result from an estimated 1 matches for "test_pgf".
Did you mean:
test_pf
2012 Feb 02
1
pgfSweave doesn't lazyload my objects
...1e3, 1e4)
@
<<c2>>=
print(length(mm1))
@
<<large-chunk-do-cache, cache=true>>=
mm2 <- matrix(1:1e7, 1e3, 1e4)
@
<<c4>>=
print(length(mm2))
@
\end{document}
%%%%%%%%%%%%%%%%% END RNW %%%%%%%%%%%%%%%%%%
I am running the folowing R command:
pgfSweave('test_pgf.Rnw', compile.tex=F)
########### SESSION INFO ################
R version 2.14.0 (2011-10-31)
Platform: x86_64-unknown-linux-gnu (64-bit)
locale:
[1] LC_CTYPE=en_US.UTF-8 LC_NUMERIC=C
[3] LC_TIME=en_US.UTF-8 LC_COLLATE=en_US.UTF-8
[5] LC_MONETARY=en_US.UTF-8 LC_MESSAGES=...