[Rcpp-commits] r466 - pkg/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jan 26 14:53:51 CET 2010
Author: romain
Date: 2010-01-26 14:53:51 +0100 (Tue, 26 Jan 2010)
New Revision: 466
Modified:
pkg/inst/doc/Rcpp-unitTests.Rnw
Log:
hiding results
Modified: pkg/inst/doc/Rcpp-unitTests.Rnw
===================================================================
--- pkg/inst/doc/Rcpp-unitTests.Rnw 2010-01-26 13:20:27 UTC (rev 465)
+++ pkg/inst/doc/Rcpp-unitTests.Rnw 2010-01-26 13:53:51 UTC (rev 466)
@@ -9,7 +9,7 @@
\begin{document}
\maketitle
-<<echo=FALSE>>=
+<<echo=FALSE,results=hide>>=
pkg <- "Rcpp"
require( Rcpp )
More information about the Rcpp-commits
mailing list