[Rcpp-commits] r1135 - in pkg/Rcpp: inst src
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun May 2 13:27:34 CEST 2010
Author: romain
Date: 2010-05-02 13:27:33 +0200 (Sun, 02 May 2010)
New Revision: 1135
Modified:
pkg/Rcpp/inst/ChangeLog
pkg/Rcpp/src/RcppCommon.cpp
Log:
changelog previous
Modified: pkg/Rcpp/inst/ChangeLog
===================================================================
--- pkg/Rcpp/inst/ChangeLog 2010-05-02 11:19:01 UTC (rev 1134)
+++ pkg/Rcpp/inst/ChangeLog 2010-05-02 11:27:33 UTC (rev 1135)
@@ -1,7 +1,9 @@
2010-05-02 Romain Francois <romain at r-enthusiasts.com>
- * inst/include/Rcpp/as.h: add throw(not_compatible) in Rcpp::as
+ * inst/include/Rcpp/as.h: add throw(not_compatible) in Rcpp::as
+ * inst/include/Rcpp/clone.h: the clone(SEXP) moves to the headers
+
2010-04-28 Romain Francois <romain at r-enthusiasts.com>
* inst/include/Rcpp/Vector.h: changed Vector( size_t ) to Vector( int )
Modified: pkg/Rcpp/src/RcppCommon.cpp
===================================================================
--- pkg/Rcpp/src/RcppCommon.cpp 2010-05-02 11:19:01 UTC (rev 1134)
+++ pkg/Rcpp/src/RcppCommon.cpp 2010-05-02 11:27:33 UTC (rev 1135)
@@ -94,6 +94,7 @@
switch (sexp_type) {
case NILSXP: return "NILSXP";
case SYMSXP: return "SYMSXP";
+ case RAWSXP: return "RAWSXP";
case LISTSXP: return "LISTSXP";
case CLOSXP: return "CLOSXP";
case ENVSXP: return "ENVSXP";
More information about the Rcpp-commits
mailing list