[Rcpp-commits] r2278 - pkg/Rcpp/inst/doc/Rcpp-FAQ
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Oct 6 21:39:38 CEST 2010
Author: edd
Date: 2010-10-06 21:39:38 +0200 (Wed, 06 Oct 2010)
New Revision: 2278
Modified:
pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw
Log:
unlink the temporary file
Modified: pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw 2010-10-06 19:35:42 UTC (rev 2277)
+++ pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw 2010-10-06 19:39:38 UTC (rev 2278)
@@ -249,6 +249,9 @@
<<echo=FALSE,results=tex>>=
ex_highlight( "templateUse.R" )
@
+<<echo=FALSE>>=
+unlink("templateUse.R")
+@
\subsection{Does \pkg{Rcpp} work on windows}
More information about the Rcpp-commits
mailing list