[Rcpp-commits] r468 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 26 15:56:25 CET 2010


Author: romain
Date: 2010-01-26 15:56:24 +0100 (Tue, 26 Jan 2010)
New Revision: 468

Modified:
   pkg/man/RcppUnitTests.Rd
Log:
make sure files generated by the vignette don't disappear

Modified: pkg/man/RcppUnitTests.Rd
===================================================================
--- pkg/man/RcppUnitTests.Rd	2010-01-26 14:56:07 UTC (rev 467)
+++ pkg/man/RcppUnitTests.Rd	2010-01-26 14:56:24 UTC (rev 468)
@@ -11,13 +11,13 @@
 
 \seealso{
 \ifelse{latex}{}{\ifelse{html}{\out{<pre>}}{}}
-\ifelse{latex}{}{\ifelse{html}{\url{../doc/Rcpp-unitTests.html}: html formatted unit test report}{\samp{../doc/Rcpp-unitTests.html}: html formatted unit test report}}
+\ifelse{latex}{}{\ifelse{html}{\url{../doc/unitTests-results/Rcpp-unitTests.html}: html formatted unit test report}{\samp{../doc/unitTests-results/Rcpp-unitTests.html}: html formatted unit test report}}
 \ifelse{latex}{}{\ifelse{html}{\out{</pre>}}{}}
 }
 
 \details{
 \Sexpr[echo=FALSE,results=text]{ 
-txt <- system.file( "doc", "Rcpp-unitTests.txt", package = "Rcpp" )
+txt <- system.file( "doc", "unitTests-results", "Rcpp-unitTests.txt", package = "Rcpp" )
 if( file.exists( txt ) ) paste( readLines( txt ), collapse = "\n\n" ) else ""
 }
 }



More information about the Rcpp-commits mailing list