[Rcpp-commits] r1484 - in pkg/Rcpp: . inst/doc/Rcpp-FAQ

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jun 8 03:28:24 CEST 2010


Author: edd
Date: 2010-06-08 03:28:24 +0200 (Tue, 08 Jun 2010)
New Revision: 1484

Modified:
   pkg/Rcpp/cleanup
   pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw
Log:
cleanup needs to remove the emacs/auxtex-created auto/ directories
Rcpp-FAQ.Rnw fall back to 0.3 as blue color (after trying 0.5 from JSS.cls)


Modified: pkg/Rcpp/cleanup
===================================================================
--- pkg/Rcpp/cleanup	2010-06-07 20:27:22 UTC (rev 1483)
+++ pkg/Rcpp/cleanup	2010-06-08 01:28:24 UTC (rev 1484)
@@ -15,6 +15,7 @@
         inst/discovery/cxx0x.Rout \
 	src/Makedeps libRcpp.a
 rm -rf	autom4te.cache
-rm -rf  inst/lib/ inst/doc/man/ inst/doc/html/ inst/doc/latex/ inst/doc/auto
+rm -rf  inst/lib/ inst/doc/man/ inst/doc/html/ inst/doc/latex/ \
+   	inst/doc/auto inst/doc/Rcpp-*/auto/ 
 find . -name \*~ -exec rm {} \;
 find . -name \*.flc -exec rm {} \;

Modified: pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw	2010-06-07 20:27:22 UTC (rev 1483)
+++ pkg/Rcpp/inst/doc/Rcpp-FAQ/Rcpp-FAQ.Rnw	2010-06-08 01:28:24 UTC (rev 1484)
@@ -6,7 +6,7 @@
 \usepackage{color, alltt}
 \usepackage[authoryear,round,longnamesfirst]{natbib}
 \usepackage[colorlinks]{hyperref}
-\definecolor{link}{rgb}{0,0,0.5}	%% next few lines courtesy of RJournal.sty
+\definecolor{link}{rgb}{0,0,0.3}	%% next few lines courtesy of RJournal.sty
 \hypersetup{
     colorlinks,%
     citecolor=link,%



More information about the Rcpp-commits mailing list