[Rcpp-commits] r3237 - pkg/RcppEigen/inst/doc
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Oct 28 00:28:27 CEST 2011
Author: dmbates
Date: 2011-10-28 00:28:27 +0200 (Fri, 28 Oct 2011)
New Revision: 3237
Removed:
pkg/RcppEigen/inst/doc/Makefile
pkg/RcppEigen/inst/doc/RcppEigen-unitTests.Rnw
Log:
Suppress the unitTests vignette
Deleted: pkg/RcppEigen/inst/doc/Makefile
===================================================================
--- pkg/RcppEigen/inst/doc/Makefile 2011-10-27 22:26:57 UTC (rev 3236)
+++ pkg/RcppEigen/inst/doc/Makefile 2011-10-27 22:28:27 UTC (rev 3237)
@@ -1,23 +0,0 @@
-
-all: RcppEigen-unitTests.pdf
-
-clean:
- rm -f RcppEigen*.log RcppEigen*.aux RcppEigen*.out RcppEigen*.tex
-
-pdfclean:
- rm -f RcppEigen-unitTests.pdf
-
-setvars:
-ifeq (${R_HOME},)
-R_HOME= $(shell R RHOME)
-endif
-RPROG= $(R_HOME)/bin/R
-RSCRIPT=$(R_HOME)/bin/Rscript
-
-RcppEigen-unitTests.pdf:
- rm -fr unitTests-results/*
- $(RSCRIPT) unitTests/RcppEigen-unitTests.R
- $(RPROG) CMD Sweave RcppEigen-unitTests.Rnw
- $(RSCRIPT) -e "tools::texi2dvi( 'RcppEigen-unitTests.tex', pdf = TRUE, clean = TRUE )"
- rm -fr RcppEigen-unitTests.tex
-
Deleted: pkg/RcppEigen/inst/doc/RcppEigen-unitTests.Rnw
===================================================================
--- pkg/RcppEigen/inst/doc/RcppEigen-unitTests.Rnw 2011-10-27 22:26:57 UTC (rev 3236)
+++ pkg/RcppEigen/inst/doc/RcppEigen-unitTests.Rnw 2011-10-27 22:28:27 UTC (rev 3237)
@@ -1,20 +0,0 @@
-\documentclass[10pt]{article}
-%\VignetteIndexEntry{RcppEigen-unitTests}
-\usepackage{vmargin}
-\setmargrb{0.75in}{0.75in}{0.75in}{0.75in}
-
-\usepackage[colorlinks]{hyperref}
-\author{Douglas Bates, Dirk Eddelbuettel and Romain Fran\c{c}ois}
-\title{RcppEigen : Unit testing results}
-\begin{document}
-\maketitle
-
-\begin{verbatim}
-<<echo=F,results=tex>>=
-if( file.exists( "unitTests-results/RcppEigen-unitTests.txt" ) ){
- writeLines( readLines( "unitTests-results/RcppEigen-unitTests.txt" ) )
-}
-@
-\end{verbatim}
-
-\end{document}
More information about the Rcpp-commits
mailing list