[Rcpp-commits] r2245 - pkg/Rcpp/inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Sep 29 16:57:01 CEST 2010


Author: edd
Date: 2010-09-29 16:57:01 +0200 (Wed, 29 Sep 2010)
New Revision: 2245

Modified:
   pkg/Rcpp/inst/doc/Makefile
   pkg/Rcpp/inst/doc/Rcpp.bib
Log:
added references we had here but not in the papers/rjournal/EddelbuettelFrancois.bib file


Modified: pkg/Rcpp/inst/doc/Makefile
===================================================================
--- pkg/Rcpp/inst/doc/Makefile	2010-09-29 13:56:40 UTC (rev 2244)
+++ pkg/Rcpp/inst/doc/Makefile	2010-09-29 14:57:01 UTC (rev 2245)
@@ -52,10 +52,11 @@
 
 Rcpp-introduction.pdf: Rcpp-introduction.Rnw
 	R CMD Sweave Rcpp-introduction.Rnw
-	bibtex Rcpp-introduction
 ifeq ($(whoami),edd)
 	pdflatex Rcpp-introduction.tex
+	bibtex Rcpp-introduction
 	pdflatex Rcpp-introduction.tex
+	pdflatex Rcpp-introduction.tex
 else
 	Rscript -e "tools::texi2dvi( 'Rcpp-introduction.tex', pdf = TRUE, clean = TRUE )"
 endif

Modified: pkg/Rcpp/inst/doc/Rcpp.bib
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp.bib	2010-09-29 13:56:40 UTC (rev 2244)
+++ pkg/Rcpp/inst/doc/Rcpp.bib	2010-09-29 14:57:01 UTC (rev 2245)
@@ -270,3 +270,43 @@
   url =		 "http://arma.sf.net"
 }
 
+ at Manual{CRAN:Rcpp,
+  title =	 {Rcpp \proglang{R}/\proglang{C++} interface package},
+  author =	 {Dirk Eddelbuettel and Romain Fran\c{c}ois},
+  year =	 2010,
+  note =	 {R package version 0.8.6},
+  url =		 {http://CRAN.R-Project.org/package=Rcpp}
+}
+
+ at InProceedings{Leisch:2008,
+  author =	 {Friedrich Leisch},
+  title =	 {Tutorial on {C}reating \proglang{R} {P}ackages},
+  booktitle =	 {COMPSTAT 2008 -- Proceedings in Computational
+                  Statistics},
+  year =	 2008,
+  editor =	 {Paula Brito},
+  address =	 {Heidelberg, Germany},
+  publisher =	 {Physica Verlag},
+  url =
+                  {http://CRAN.R-Project.org/doc/contrib/Leisch-CreatingPackages.pdf}
+}
+
+ at Manual{CRAN:highlight,
+  title =	 {highlight: Syntax highlighter},
+  author =	 {Romain Fran\c{c}ois},
+  year =	 2010,
+  note =	 {R package version 0.2-1},
+  url =
+                  {http://romainfrancois.blog.free.fr/index.php?category/R-package/highlight},
+}
+
+ at Manual{CRAN:minqa,
+  title =	 {minqa: Derivative-free optimization algorithms by
+                  quadratic approximation},
+  author =	 {Douglas Bates and Katharine M. Mullen and John
+                  C. Nash and Ravi Varadhan},
+  year =	 2010,
+  note =	 {R package version 1.1.5},
+  url =		 {http://CRAN.R-Project.org/package=minqa},
+}
+



More information about the Rcpp-commits mailing list