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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Jun 6 15:30:03 CEST 2010


Author: edd
Date: 2010-06-06 15:30:02 +0200 (Sun, 06 Jun 2010)
New Revision: 1451

Modified:
   pkg/Rcpp/inst/doc/Rcpp-modules.bib
Log:
added Armadillo ref
used \proglang{} around the usual suspects


Modified: pkg/Rcpp/inst/doc/Rcpp-modules.bib
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp-modules.bib	2010-06-06 12:45:37 UTC (rev 1450)
+++ pkg/Rcpp/inst/doc/Rcpp-modules.bib	2010-06-06 13:30:02 UTC (rev 1451)
@@ -12,7 +12,7 @@
 }
 
 @Manual{CRAN:Rcpp,
-  title =	 {Rcpp {R/C++} interface package},
+  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.1},
@@ -28,8 +28,8 @@
 }
 
 @Manual{CRAN:RcppExamples,
-  title =	 {RcppExamples: Examples using Rcpp to interface R and
-                  C++},
+  title =	 {RcppExamples: Examples using Rcpp to interface \proglang{R} and
+                  \proglang{C++}},
   author =	 {Dirk Eddelbuettel and Romain Fran\c{c}ois},
   year =	 2010,
   note =	 {R package version 0.1.1},
@@ -57,7 +57,7 @@
 
 @InProceedings{Leisch:2008,
   author =	 {Friedrich Leisch},
-  title =	 {Tutorial on {C}reating {R} {P}ackages},
+  title =	 {Tutorial on {C}reating \proglang{R} {P}ackages},
   booktitle =	 {COMPSTAT 2008 -- Proceedings in Computational
                   Statistics},
   year =	 2008,
@@ -79,8 +79,8 @@
 }
 
 @Manual{CRAN:inline,
-  title =	 {inline: Inline C, C++, Fortran function calls from
-                  R},
+  title =	 {inline: Inline \proglang{C}, \proglang{C++},
+                  \proglang{Fortran} function calls from R},
   author =	 {Oleg Sklyar and Duncan Murdoch and Mike Smith and
                   Dirk Eddelbuettel and Romain Fran\c{c}ois},
   year =	 2010,
@@ -88,3 +88,11 @@
   url =		 {http://CRAN.R-Project.org/package=inline},
 }
 
+ at Manual{Armadillo,
+  title =	 {Armadillo: \proglang{C++} linear algebra library},
+  author =	 {Conrad Sanderson},
+  year =	 2010,
+  note =	 {Library version 0.9.10},
+  url =		 {http://arma.sourceforge.net}
+}
+



More information about the Rcpp-commits mailing list