[Rcpp-commits] r1572 - pkg/Rcpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jun 17 16:09:42 CEST 2010


Author: edd
Date: 2010-06-17 16:09:41 +0200 (Thu, 17 Jun 2010)
New Revision: 1572

Modified:
   pkg/Rcpp/DESCRIPTION
Log:
fix single-ticks which always mess-up my coloring in ESS :-/


Modified: pkg/Rcpp/DESCRIPTION
===================================================================
--- pkg/Rcpp/DESCRIPTION	2010-06-17 12:58:59 UTC (rev 1571)
+++ pkg/Rcpp/DESCRIPTION	2010-06-17 14:09:41 UTC (rev 1572)
@@ -30,8 +30,8 @@
  The reverse conversion (from R to C++) is performed by the Rcpp::as function
  template offering a similar degree of flexibility.
  .
- The package also contains a set of classes---which we call the `classic Rcpp
- API'---that were provided in an earlier API for R and C++ integration. Due
+ The package also contains a set of classes---which we call the 'classic' Rcpp
+ API---that were provided in an earlier API for R and C++ integration. Due
  to its continued use, the classic API is retained and will be supported for
  the foreseable future. The classic API includes support for R types real,
  integer, character, vector, matrix, Date, datetime (i.e.  POSIXct) at



More information about the Rcpp-commits mailing list