[Rcpp-commits] r4286 - in pkg/Rcpp: . inst inst/include/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Mar 20 23:45:49 CET 2013


Author: edd
Date: 2013-03-20 23:45:49 +0100 (Wed, 20 Mar 2013)
New Revision: 4286

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/inst/CITATION
   pkg/Rcpp/inst/include/Rcpp/config.h
Log:
correct one copyright year
add upcoming book to CITATION
add another minor version to trigger R-Forge build and tarballs


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2013-03-20 19:00:56 UTC (rev 4285)
+++ pkg/Rcpp/ChangeLog	2013-03-20 22:45:49 UTC (rev 4286)
@@ -1,3 +1,7 @@
+2013-03-20  Dirk Eddelbuettel  <edd at debian.org>
+
+	* inst/CITATION: Add information about forthcoming book
+
 2013-03-20 Romain Francois <romain at r-enthusiasts.com>
 
         * include/Rcpp/traits/is_wide_string.h : fixes to re-enable wrap( vector<char> )

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2013-03-20 19:00:56 UTC (rev 4285)
+++ pkg/Rcpp/DESCRIPTION	2013-03-20 22:45:49 UTC (rev 4286)
@@ -1,6 +1,6 @@
 Package: Rcpp
 Title: Seamless R and C++ Integration
-Version: 0.10.2.6
+Version: 0.10.2.7
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Douglas Bates, John Chambers and JJ Allaire

Modified: pkg/Rcpp/inst/CITATION
===================================================================
--- pkg/Rcpp/inst/CITATION	2013-03-20 19:00:56 UTC (rev 4285)
+++ pkg/Rcpp/inst/CITATION	2013-03-20 22:45:49 UTC (rev 4286)
@@ -18,4 +18,15 @@
         "URL http://www.jstatsoft.org/v40/i08/.")
 )
 
+citEntry(entry = "Book",
+  title        = "Seamless {R} and {C++} Integration with {Rcpp}",
+  author       = personList(as.person("Dirk Eddelbuettel")),
+  publisher    = "Springer",
+  address      = "New York",
+  year         = 2013,
+  note         = "ISBN 978-1-4614-6867-7",
 
+  textVersion  = paste("Eddelbuettel, Dirk (2013)",
+                       "Seamless R and C++ Integration with Rcpp.",
+                       "Springer, New York. ISBN 978-1-4614-6867-7.")
+)

Modified: pkg/Rcpp/inst/include/Rcpp/config.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp/config.h	2013-03-20 19:00:56 UTC (rev 4285)
+++ pkg/Rcpp/inst/include/Rcpp/config.h	2013-03-20 22:45:49 UTC (rev 4286)
@@ -2,7 +2,7 @@
 //
 // config.h: Rcpp R/C++ interface class library -- Rcpp configuration
 //
-// Copyright (C) 2010 - 2012  Dirk Eddelbuettel and Romain Francois
+// Copyright (C) 2010 - 2013  Dirk Eddelbuettel and Romain Francois
 //
 // This file is part of Rcpp.
 //



More information about the Rcpp-commits mailing list