[Rcpp-commits] r2741 - in pkg: Rcpp RcppClassic

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Dec 8 04:56:25 CET 2010


Author: edd
Date: 2010-12-08 04:56:24 +0100 (Wed, 08 Dec 2010)
New Revision: 2741

Modified:
   pkg/Rcpp/DESCRIPTION
   pkg/RcppClassic/DESCRIPTION
Log:
minor edits to DESCRIPTIONs


Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2010-12-08 03:36:00 UTC (rev 2740)
+++ pkg/Rcpp/DESCRIPTION	2010-12-08 03:56:24 UTC (rev 2741)
@@ -33,9 +33,11 @@
  Several examples are included, and 793 unit tests in 375 unit test functions
  provide additional usage examples.
  .
- An initial version of Rcpp, containing C++ code that we now call 
- 'classic Rcpp API' was written during 2005 and 2006 by Dominick Samperi. 
- This code has been factored out of Rcpp into the package RcppClassic
+ An earlier version of Rcpp, containing what we now call the 'classic Rcpp
+ API' was written during 2005 and 2006 by Dominick Samperi.  This code has
+ been factored out of Rcpp into the package RcppClassic and it is still
+ available for code relying on this interface. New development should use 
+ this package instead.
 Depends: R (>= 2.12.0), methods
 Suggests: RUnit, inline, rbenchmark
 URL: http://dirk.eddelbuettel.com/code/rcpp.html, http://romainfrancois.blog.free.fr/index.php?category/R-package/Rcpp

Modified: pkg/RcppClassic/DESCRIPTION
===================================================================
--- pkg/RcppClassic/DESCRIPTION	2010-12-08 03:36:00 UTC (rev 2740)
+++ pkg/RcppClassic/DESCRIPTION	2010-12-08 03:56:24 UTC (rev 2741)
@@ -5,7 +5,7 @@
 Author: Dirk Eddelbuettel and Romain Francois, with contributions by David Reiss,
  and based on code written during 2005 and 2006 by Dominick Samperi
 Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
-Description: The RcppClassis package provides decrecated a C++ library which
+Description: The RcppClassic package provides a decrecated C++ library which
  facilitates the integration of R and C++. New project should use the new
  Rcpp API in the Rcpp package
 Depends: R (>= 2.12.0), Rcpp (>= 0.8.9.3), methods



More information about the Rcpp-commits mailing list