[Rcpp-commits] r683 - papers/rjournal

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Feb 15 16:22:10 CET 2010


Author: edd
Date: 2010-02-15 16:22:10 +0100 (Mon, 15 Feb 2010)
New Revision: 683

Modified:
   papers/rjournal/EddelbuettelFrancois.bib
Log:
some cleanups (thanks, emacs)
added Plauger et al as STL reference
re-sorted


Modified: papers/rjournal/EddelbuettelFrancois.bib
===================================================================
--- papers/rjournal/EddelbuettelFrancois.bib	2010-02-15 14:50:03 UTC (rev 682)
+++ papers/rjournal/EddelbuettelFrancois.bib	2010-02-15 15:22:10 UTC (rev 683)
@@ -104,6 +104,34 @@
   url =          {http://r-forge.r-project.org/projects/rcppbind/}
 }
 
+ at book{meyers:effectivecplusplus,
+  author =	 {Scott Meyers},
+  title =	 {Effective C++: 55 Specific Ways to Improve Your
+                  Programs and Designs},
+  year =	 2005,
+  isbn =	 {978-0321334879},
+  publisher =	 {Addison-Wesley Professional},
+  edition = 	 {Third},
+}
+
+ at book{meyers:effectivestl,
+  author =	 {Scott Meyers},
+  title =	 {Effective STL: 50 specific ways to improve your use
+                  of the standard template library},
+  year =	 {2001},
+  isbn =	 {0-201-74962-9},
+  publisher =	 {Addison-Wesley Longman Ltd.},
+  address =	 {Essex, UK},
+}
+
+ at Book{plauger_et_al:stlbook,
+  author = 	 {P.J. Plauger and Alexander Stepanov and Meng Lee and David R. Musser},
+  title = 	 {The {C++} Standard Template Library},
+  publisher = 	 {Prentice Hall PTR},
+  year = 	 2000,
+  isbn =         {978-0134376332},
+}
+
 @InProceedings{runnalls09:cxxr,
   author =	 {Andrew Runnalls},
   title =	 {Aspects of {CXXR} internals},
@@ -130,20 +158,3 @@
   pages = 	 {283-293},
   month = 	 {May}}
 
- at book{effectivestl,
- author = {Meyers, Scott},
- title = {Effective STL: 50 specific ways to improve your use of the standard template library},
- year = {2001},
- isbn = {0-201-74962-9},
- publisher = {Addison-Wesley Longman Ltd.},
- address = {Essex, UK, UK},
- }
-
- at book{effectivecplusplus,
- author = {Meyers, Scott},
- title = {Effective C++: 55 Specific Ways to Improve Your Programs and Designs (3rd Edition)},
- year = {2005},
- isbn = {0321334876},
- publisher = {Addison-Wesley Professional},
- }
- 



More information about the Rcpp-commits mailing list