[Rcpp-commits] r1762 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 30 01:00:50 CEST 2010


Author: edd
Date: 2010-06-30 01:00:49 +0200 (Wed, 30 Jun 2010)
New Revision: 1762

Modified:
   pkg/Rcpp/DESCRIPTION
Log:
edited Title (now: Seamless R and C++ Integration) and Description, also edited R-Forge summary


Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2010-06-28 14:57:41 UTC (rev 1761)
+++ pkg/Rcpp/DESCRIPTION	2010-06-29 23:00:49 UTC (rev 1762)
@@ -1,14 +1,13 @@
 Package: Rcpp
-Title: Rcpp R/C++ interface package
+Title: Seamless R and C++ Integration
 Version: 0.8.3.1
 Date: $Date$
 Author: Dirk Eddelbuettel and Romain Francois, with contributions 
  by Simon Urbanek, David Reiss and Douglas Bates; based on code written during 
  2005 and 2006 by Dominick Samperi 
 Maintainer: Dirk Eddelbuettel and Romain Francois <RomainAndDirk at r-enthusiasts.com>
-Description: Seamless R and C++ integration
- The Rcpp package contains a C++ library that facilitates the integration of
- R and C++ in various ways.
+Description: The Rcpp package provides a C++ library and template classes
+ which facilitates the integration of R and C++.
  .
  R data types (SEXP) are matched to C++ objects in a class hierarchy.  All R
  types are supported (vectors, functions, environment, etc ...)  and each



More information about the Rcpp-commits mailing list