[Rcpp-commits] r598 - pkg/inst

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Feb 6 15:21:33 CET 2010


Author: romain
Date: 2010-02-06 15:21:33 +0100 (Sat, 06 Feb 2010)
New Revision: 598

Modified:
   pkg/inst/ChangeLog
Log:
deprecate RObject::asFoo, which can be replaced replaced by as<Foo>

Modified: pkg/inst/ChangeLog
===================================================================
--- pkg/inst/ChangeLog	2010-02-06 14:21:17 UTC (rev 597)
+++ pkg/inst/ChangeLog	2010-02-06 14:21:33 UTC (rev 598)
@@ -1,5 +1,7 @@
 2010-02-06  Romain Francois <francoisromain at free.fr>
 
+	* src/Rcpp/RObject.h : asFoo methods are deprecated.
+
 	* src/Rcpp/DottedPair.h : using R_len_t instead of int
 	to anticipate future changes in R
 	* src/Rcpp/VectorBase.h: idem



More information about the Rcpp-commits mailing list