[Rcpp-commits] r2052 - papers/rjournal

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Aug 28 23:51:41 CEST 2010


Author: edd
Date: 2010-08-28 23:51:41 +0200 (Sat, 28 Aug 2010)
New Revision: 2052

Modified:
   papers/rjournal/EddelbuettelFrancois.bib
Log:
updated some references
added two template metaprogramming references
fixed the Hornik and Leisch issue


Modified: papers/rjournal/EddelbuettelFrancois.bib
===================================================================
--- papers/rjournal/EddelbuettelFrancois.bib	2010-08-21 18:30:31 UTC (rev 2051)
+++ papers/rjournal/EddelbuettelFrancois.bib	2010-08-28 21:51:41 UTC (rev 2052)
@@ -7,7 +7,7 @@
   author =	 RCoreTeam,
   organization = RFoundation,
   address =	 {Vienna, Austria},
-  year =	 2009,
+  year =	 2010,
   title =	 "Writing R extensions",
   url =		 manuals # "R-exts.html"
 }
@@ -16,7 +16,7 @@
   author =	 RCoreTeam,
   organization = RFoundation,
   address =	 {Vienna, Austria},
-  year =	 {2009},
+  year =	 {2010},
   title =	 "R internals",
   url =		 manuals # "R-ints.html"
 }
@@ -43,23 +43,23 @@
   booktitle =	 {Proceedings of the 2nd International Workshop on
                   Distributed Statistical Computing},
   year =	 2001,
-  editor =	 {Kurt Hornik & Friedrich Leisch},
+  editor =	 {Kurt Hornik and Friedrich Leisch},
   address =	 {TU Vienna, Austria}
 }
 
 @Manual{cran:Rserve,
   title =	 {Rserve: Binary R server},
   author =	 {Simon Urbanek},
-  year =	 2009,
+  year =	 2010,
   note =	 {R package version 0.6-1},
   url =		 {http://www.rforge.net/Rserve/},
 }
 
 @Manual{cran:inline,
   title =	 {inline: Inline C, C++, Fortran function calls from R},
-  author =	 {Oleg Sklyar and Duncan Murdoch and Mike Smith and Dirk Eddelbuettel},
-  year =	 {2009},
-  note =	 {R package version 0.3.4},
+  author =	 {Oleg Sklyar and Duncan Murdoch and Mike Smith and Dirk Eddelbuettel and Romain Fran\c{c}ois},
+  year =	 {2010},
+  note =	 {R package version 0.3.6},
   url =		 {http://CRAN.R-project.org/package=inline},
 }
 
@@ -67,7 +67,7 @@
     title = 	{RInside: C++ classes to embed R in C++ applications},
     author = 	{Dirk Eddelbuettel and Romain Fran\c{c}ois},
     year = 	2010,
-    note = 	{R package version 0.2.2},
+    note = 	{R package version 0.2.3},
     url = 	{http://CRAN.R-project.org/package=RInside}
 }
 
@@ -79,11 +79,11 @@
   url = 	{http://CRAN.R-project.org/package=RProtoBuf}
 }
 
- at Manual{eddelbuettelkhan09:rquantlib,
+ at Manual{cran:rquantlib,
   title = 	 {RQuantLib: {R} interface to the {QuantLib} library},
   author = 	 {Dirk Eddelbuettel and Khanh Nguyen},
-  year =	 2009, 
-  note = 	 {R package version 0.3.1},
+  year =	 2010, 
+  note = 	 {R package version 0.3.4},
   url = 	 {http://CRAN.R-project.org/package=RQuantLib}
 }
 
@@ -148,23 +148,53 @@
   url = 	 {http://CRAN.R-project.org/src/contrib/Archive/RcppTemplate}
 }
 
+ at Manual{cran:cxxPack,
+  title =	 {cxxpack: {R/C++} Tools for Literate Statistical Practice},
+  author = 	 {Dominick Samperi},
+  year =	 {2010},
+  note =	 {R package version 7.0.6},
+  url =		 {http://CRAN.R-project.org/package=cxxPack},
+}
+
 @Article{templelang09:modestproposal,
-  author = 	 {Duncan {Temple Lang}},
-  title = 	 {A modest proposal: an approach to making the internal {R} system extensible},
-  journal =  {Computational Statistics},
-  year = 	 2009,
-  volume = 	 24,
-  number = 	 2,
-  pages = 	 {271-281},
-  month = 	 {May}}
+  author =	 {Duncan {Temple Lang}},
+  title =	 {A modest proposal: an approach to making the
+                  internal {R} system extensible},
+  journal =	 {Computational Statistics},
+  year =	 2009,
+  volume =	 24,
+  number =	 2,
+  pages =	 {271-281},
+  month =	 {May}
+}
 
 @Article{templelang09:rgcctranslationunit,
-  author = 	 {Duncan {Temple Lang}},
-  title = 	 {Working with meta-data from {C/C++} code in {R}: the {RGCCTranslationUnit} package},
-  journal =  {Computational Statistics},
-  year = 	 2009,
-  volume = 	 24,
-  number = 	 2,
-  pages = 	 {283-293},
-  month = 	 {May}}
+  author =	 {Duncan {Temple Lang}},
+  title =	 {Working with meta-data from {C/C++} code in {R}: the
+                  {RGCCTranslationUnit} package},
+  journal =	 {Computational Statistics},
+  year =	 2009,
+  volume =	 24,
+  number =	 2,
+  pages =	 {283-293},
+  month =	 {May}
+}
 
+ at Book{Abrahams+Gurtovoy:2004,
+  author =	 {David Abrahams and Aleksey Gurtovoy},
+  title =	 {{C++} {T}emplate {M}etaprogramming:
+                  Concepts, Tools and Techniques from {B}oost and
+                  Beyond},
+  publisher =	 {Addison-Wesley},
+  year =	 2004,
+  address =	 {Boston}
+}
+
+ at Book{Vandevoorde+Josuttis:2003,
+  author =	 {David Vandevoorde and Nicolai M. Josuttis},
+  title =	 {{C++} {T}emplates: The Complete Guide},
+  publisher =	 {Addison-Wesley},
+  year =	 2003,
+  address =	 {Boston}
+}
+



More information about the Rcpp-commits mailing list