[Rcpp-devel] [Rcpp-commits] r229 - pkg/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Dec 30 09:42:45 CET 2009


Author: romain
Date: 2009-12-30 09:42:44 +0100 (Wed, 30 Dec 2009)
New Revision: 229

Modified:
   pkg/inst/doc/
   pkg/inst/doc/Makefile
   pkg/inst/doc/Rcpp-unitTests.Rnw
   pkg/inst/doc/index.html
Log:
provide some dummy vignette content so that it passes check


Property changes on: pkg/inst/doc
___________________________________________________________________
Name: svn:ignore
   - RcppAPI.pdf
html
latex
man
Rcpp-unitTests.html


   + RcppAPI.pdf
html
latex
man
Rcpp-unitTests.html
Rcpp-unitTests.pdf



Modified: pkg/inst/doc/Makefile
===================================================================
--- pkg/inst/doc/Makefile	2009-12-29 20:17:59 UTC (rev 228)
+++ pkg/inst/doc/Makefile	2009-12-30 08:42:44 UTC (rev 229)
@@ -1,5 +1,7 @@
-all: Rcpp-unitTests.html
+all: Rcpp-unitTests.html Rcpp-unitTests.pdf
 
 Rcpp-unitTests.html: Rcpp-unitTests.R
 	Rscript --default-packages="Rcpp,RUnit,utils,tools" Rcpp-unitTests.R
 
+Rcpp-unitTests.pdf: Rcpp-unitTests.Rnw
+	Rscript --default-packages="Rcpp,RUnit,utils,tools" -e "Sweave('Rcpp-unitTests.Rnw'); texi2dvi( 'Rcpp-unitTests.tex', pdf = TRUE, clean = TRUE ); unlink('RcppUnitTests.tex') "

Modified: pkg/inst/doc/Rcpp-unitTests.Rnw
===================================================================
--- pkg/inst/doc/Rcpp-unitTests.Rnw	2009-12-29 20:17:59 UTC (rev 228)
+++ pkg/inst/doc/Rcpp-unitTests.Rnw	2009-12-30 08:42:44 UTC (rev 229)
@@ -1 +1,12 @@
+\documentclass[11pt]{article}
+%\VignetteIndexEntry{Rcpp-unitTests}
 
+\usepackage[colorlinks]{hyperref}
+\author{Dirk Eddelbuettel, Romain Fran\c{c}ois}
+\title{Rcpp : unit test results}
+\begin{document}
+\maketitle
+
+See \url{./Rcpp-unitTests.html}
+
+\end{document}

Modified: pkg/inst/doc/index.html
===================================================================
--- pkg/inst/doc/index.html	2009-12-29 20:17:59 UTC (rev 228)
+++ pkg/inst/doc/index.html	2009-12-30 08:42:44 UTC (rev 229)
@@ -3,8 +3,8 @@
 <link rel="stylesheet" type="text/css" href="../../R.css">
 </head><body>
 <h2>Vignettes of package Rcpp </h2>
-<dl>
-<dt><a href="Rcpp-unitTests.html">unit tests</a>: unit test report
-<dd> 
-</dl>
+<ul>
+	<li><a href="Rcpp-unitTests.html">unit tests</a>:(html) unit test report</li>
+	<li><a href="Rcpp-unitTests.pdf">unit tests</a>: (pdf) unit test report</li>
+</ul>
 </body></html>

_______________________________________________
Rcpp-commits mailing list
Rcpp-commits at lists.r-forge.r-project.org
https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/rcpp-commits


More information about the Rcpp-devel mailing list