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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Mar 13 18:02:33 CET 2011


Author: edd
Date: 2011-03-13 18:02:33 +0100 (Sun, 13 Mar 2011)
New Revision: 2925

Modified:
   pkg/Rcpp/inst/doc/Rcpp.bib
Log:
syncing of Rcpp.bib from JSS paper and book draft versions


Modified: pkg/Rcpp/inst/doc/Rcpp.bib
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp.bib	2011-03-11 01:33:27 UTC (rev 2924)
+++ pkg/Rcpp/inst/doc/Rcpp.bib	2011-03-13 17:02:33 UTC (rev 2925)
@@ -48,6 +48,15 @@
   address =	 {TU Vienna, Austria}
 }
 
+
+ at Misc{Brokken:2011:Cpp,
+  author = 	 {Frank B. Brokken},
+  title = 	 {C++ Annotations},
+  howpublished = {Electronic book, University of Groningen},
+  year = 	 2011,
+  url =          {http://www.icce.rug.nl/documents/cplusplus/}
+}
+
 @Book{Chambers:2008:SoDA,
   author = 	 {John M. Chambers},
   title = 	 {Software for Data Analysis: Programming with {R}},
@@ -55,7 +64,7 @@
   year = 	 2008,
   series = 	 {Statistics and Computing},
   address = 	 {Heidelberg},
-  note = 	 {ISBN 978-0-387-75935-7}
+  note = 	 {{ISBN} 978-0-387-75935-7}
 }
 
 @Manual{CRAN:RInside,
@@ -69,16 +78,16 @@
 @Manual{CRAN:RProtoBuf,
   title =	 {RProtoBuf: R Interface to the Protocol Buffers API},
   author =	 {Romain Fran\c{c}ois and Dirk Eddelbuettel},
-  year =	 2010,
-  note =	 {R package version 0.2.1},
+  year =	 2011,
+  note =	 {R package version 0.2.2},
   url =		 CRAN # "package=RProtoBuf"
 }
 
 @Manual{CRAN:RQuantLib,
   title =	 {RQuantLib: {R} interface to the {QuantLib} library},
   author =	 {Dirk Eddelbuettel and Khanh Nguyen},
-  year =	 2010,
-  note =	 {R package version 0.3.5},
+  year =	 2011,
+  note =	 {R package version 0.3.6},
   url =		 CRAN # "package=RQuantLib"
 }
 
@@ -86,7 +95,7 @@
   title =	 {Rcpp \proglang{R}/\proglang{C++} interface package},
   author =	 {Dirk Eddelbuettel and Romain Fran\c{c}ois},
   year =	 2011,
-  note =	 {R package version 0.9.1},
+  note =	 {R package version 0.9.2},
   url =		 CRAN # "package=Rcpp"
 }
 
@@ -96,7 +105,7 @@
   author =	 {Romain Fran\c{c}ois and Dirk Eddelbuettel and
                   Douglas Bates},
   year =	 2011,
-  note =	 {R package version 0.2.13},
+  note =	 {R package version 0.2.16},
   url =		 CRAN # "package=RcppArmadillo"
 }
 
@@ -136,8 +145,8 @@
 @Manual{CRAN:Rserve,
   title =	 {Rserve: Binary R server},
   author =	 {Simon Urbanek},
-  year =	 2010,
-  note =	 {R package version 0.6-2},
+  year =	 2011,
+  note =	 {R package version 0.6-3},
   url =		 CRAN # "package=Rserve"
 }
 
@@ -173,11 +182,42 @@
                   quadratic approximation},
   author =	 {Douglas Bates and Katharine M. Mullen and John
                   C. Nash and Ravi Varadhan},
-  year =	 2010,
-  note =	 {R package version 1.1.13},
+  year =	 2011,
+  note =	 {R package version 1.1.15},
   url =		 CRAN # "package=minqa"
 }
 
+ at Article{Gropp+Lusk+Doss+Skjellum:1996:MPI,
+  author = 	 {William Gropp and Ewing Lusk and Nathan Doss and Anthony Skjellum},
+  title = 	 {A high-performance, portable implementation of the {MPI} message passing interface standard},
+  journal = 	 {Parallel Computing},
+  year = 	 1996,
+  url =          {http://dx.doi.org/10.1016/0167-8191(96)00024-5},
+  volume = 	 22,
+  number = 	 6,
+  pages = 	 {789--828}
+}
+
+ at Book{Gropp+Lusk+Skjellum:1999:MPI,
+  author = 	 {William Gropp and Ewing Lusk and Anthony Skjellum},
+  title = 	 {Using {MPI}: Portable Parallel Programming with the Message Passing Interface},
+  publisher = 	 {MIT Press},
+  year = 	 1999,
+  series = 	 {Scientific and Engineering Computation Series},
+  edition = 	 {2nd},
+  month = 	 {November},
+  note = 	 {{ISBN} 978-0-262-57132-6}}
+
+ at Manual{GSL,
+  title = 	{{GNU} {S}cientific {L}ibrary {R}eference {M}anual},
+  author = 	{Mark Galassi and Jim Davies and James Theiler and Brian Gough and Gerard Jungman and Patrick Alken and Michael Booth and Fabrice Rossi},
+  year = 	{2010},
+  edition =     {3rd},
+  isbn =	{0954612078},
+  note = 	{Version 1.14},
+  url = 	{http://www.gnu.org/software/gsl}
+}
+
 @Unpublished{Java+Gaile+Manly:2007:RCpp,
   author =	 {James J. Java and Daniel P. Gaile and Kenneth
                   E. Manly},
@@ -210,6 +250,14 @@
   url =		 R-Forge # "projects/rcppbind"
 }
 
+ at Book{Lippman+Lajoie+Moo:2005:Cpp_Primer,
+  author = 	 {Stanley B. Lippman and Jos\'{e}e Lajoie and Barbara E. Moo},
+  title = 	 {The C++ Primer},
+  publisher = 	 {Addison-Wesley},
+  year = 	 2005,
+  edition = 	 {4th}
+}
+
 @book{Meyers:1995:MoreEffectiveC++,
   author =	 {Scott Meyers},
   title =	 {More Effective C++: 35 New Ways to Improve Your
@@ -255,6 +303,7 @@
   address =	 {Vienna, Austria},
   year =	 2010,
   title =	 "R Installation and Administration",
+  isbn =	 {{ISBN} 3-900051-09-7},
   url =		 manuals # "R-admin.html"
 }
 
@@ -262,8 +311,9 @@
   author =	 RCoreTeam,
   organization = RFoundation,
   address =	 {Vienna, Austria},
-  year =	 2010,
+  year =	 2011,
   title =	 "Writing R extensions",
+  isbn =	 {{ISBN} 3-900051-11-9},
   url =		 manuals # "R-exts.html"
 }
 
@@ -271,8 +321,9 @@
   author =	 RCoreTeam,
   organization = RFoundation,
   address =	 {Vienna, Austria},
-  year =	 2010,
+  year =	 2011,
   title =	 "R internals",
+  isbn =	 {{ISBN} 3-900051-14-3},
   url =		 manuals # "R-ints.html"
 }
 
@@ -282,7 +333,7 @@
   author =	 RCoreTeam,
   organization = RFoundation,
   address =	 {Vienna, Austria},
-  year =	 2010,
+  year =	 2011,
   note =	 {{ISBN} 3-900051-07-0},
   url =		 {http://www.R-project.org/},
 }
@@ -291,8 +342,9 @@
   author =	 RCoreTeam,
   organization = RFoundation,
   address =	 {Vienna, Austria},
-  year =	 2010,
+  year =	 2011,
   title =	 "R language",
+  isbn =	 {{ISBN} 3-900051-13-5},
   url =		 manuals # "R-lang.html"
 }
 
@@ -323,6 +375,14 @@
   url =		 "http://arma.sf.net"
 }
 
+ at Book{Stroustrup:1997:Cpp,
+  author = 	 {Bjarne Stroustrup},
+  title = 	 {The C++ Programming Language},
+  publisher = 	 {Addison-Wesley},
+  year = 	 1997,
+  edition = 	 {3rd}
+}
+
 @Article{TempleLang:2009:ModestProposal,
   author =	 {Duncan {Temple Lang}},
   title =	 {A modest proposal: an approach to making the



More information about the Rcpp-commits mailing list