[Rcpp-commits] r768 - pkg/RcppArmadillo/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Feb 22 15:21:08 CET 2010
Author: romain
Date: 2010-02-22 15:21:08 +0100 (Mon, 22 Feb 2010)
New Revision: 768
Added:
pkg/RcppArmadillo/inst/doc/RcppArmadillo-unitTests.Rnw
Log:
expand the unit test machinery
Added: pkg/RcppArmadillo/inst/doc/RcppArmadillo-unitTests.Rnw
===================================================================
--- pkg/RcppArmadillo/inst/doc/RcppArmadillo-unitTests.Rnw (rev 0)
+++ pkg/RcppArmadillo/inst/doc/RcppArmadillo-unitTests.Rnw 2010-02-22 14:21:08 UTC (rev 768)
@@ -0,0 +1,20 @@
+\documentclass[10pt]{article}
+%\VignetteIndexEntry{RcppArmadillo-unitTests}
+\usepackage{vmargin}
+\setmargrb{0.75in}{0.75in}{0.75in}{0.75in}
+
+\usepackage[colorlinks]{hyperref}
+\author{Dirk Eddelbuettel \and Romain Fran\c{c}ois}
+\title{RcppArmadillo : Unit testing results}
+\begin{document}
+\maketitle
+
+\begin{verbatim}
+<<echo=F,results=tex>>=
+if( file.exists( "unitTests-results/RcppArmadillo-unitTests.txt" ) ){
+ writeLines( readLines( "unitTests-results/RcppArmadillo-unitTests.txt" ) )
+}
+@
+\end{verbatim}
+
+\end{document}
More information about the Rcpp-commits
mailing list