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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Dec 3 08:24:38 CET 2010


Author: romain
Date: 2010-12-03 08:24:35 +0100 (Fri, 03 Dec 2010)
New Revision: 2688

Modified:
   pkg/Rcpp/DESCRIPTION
   pkg/Rcpp/inst/README
   pkg/Rcpp/inst/include/Rcpp.h
   pkg/Rcpp/inst/include/RcppCommon.h
Log:
updates

Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2010-12-03 04:06:17 UTC (rev 2687)
+++ pkg/Rcpp/DESCRIPTION	2010-12-03 07:24:35 UTC (rev 2688)
@@ -4,7 +4,9 @@
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Douglas Bates, John Chambers, Simon Urbanek, and David Reiss; 
- a small portion of the code is based on code written during 2005 and 2006 by Dominick Samperi 
+ An initial version of Rcpp, that we call 'classic Rcpp API'
+ was written during 2005 and 2006 by Dominick Samperi. The classic API
+ has been factored out of Rcpp into the package RcppClassic 
 Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
 Description: The Rcpp package provides a C++ library which facilitates the 
  integration of R and C++.

Modified: pkg/Rcpp/inst/README
===================================================================
--- pkg/Rcpp/inst/README	2010-12-03 04:06:17 UTC (rev 2687)
+++ pkg/Rcpp/inst/README	2010-12-03 07:24:35 UTC (rev 2688)
@@ -15,12 +15,11 @@
 of the major releases.
 
 With Romain joining development in late 2009, Rcpp development accelerated. A
-richer, more powerful API has been developped. 
+richer, more powerful API has been developped to replace the previous API that 
+we now call 'classic Rcpp API'. The 'classic Rcpp API' has been factored 
+out of Rcpp in its own package 'RcppClassic'.
 
-What we now call 'classic Rcpp API' has been factored out of Rcpp 
-in its own package 'RcppClassic'.
 
-
 Documentation
 =============
 

Modified: pkg/Rcpp/inst/include/Rcpp.h
===================================================================
--- pkg/Rcpp/inst/include/Rcpp.h	2010-12-03 04:06:17 UTC (rev 2687)
+++ pkg/Rcpp/inst/include/Rcpp.h	2010-12-03 07:24:35 UTC (rev 2688)
@@ -2,7 +2,6 @@
 //
 // Rcpp.h: R/C++ interface class library
 //
-// Copyright (C) 2005 - 2006 Dominick Samperi
 // Copyright (C) 2008 - 2009 Dirk Eddelbuettel
 // Copyright (C) 2009 - 2010 Dirk Eddelbuettel and Romain Francois
 //

Modified: pkg/Rcpp/inst/include/RcppCommon.h
===================================================================
--- pkg/Rcpp/inst/include/RcppCommon.h	2010-12-03 04:06:17 UTC (rev 2687)
+++ pkg/Rcpp/inst/include/RcppCommon.h	2010-12-03 07:24:35 UTC (rev 2688)
@@ -2,7 +2,6 @@
 //
 // RcppCommon.h: Rcpp R/C++ interface class library -- common include and defines statements
 //
-// Copyright (C) 2005 - 2006 Dominick Samperi
 // Copyright (C) 2008 - 2009 Dirk Eddelbuettel
 // Copyright (C) 2009 - 2010 Dirk Eddelbuettel and Romain Francois
 //



More information about the Rcpp-commits mailing list