[Rcpp-commits] r4381 - pkg/Rcpp/inst/unitTests/cpp

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jul 2 12:49:12 CEST 2013


Author: romain
Date: 2013-07-02 12:49:12 +0200 (Tue, 02 Jul 2013)
New Revision: 4381

Modified:
   pkg/Rcpp/inst/unitTests/cpp/as.cpp
Log:
typo

Modified: pkg/Rcpp/inst/unitTests/cpp/as.cpp
===================================================================
--- pkg/Rcpp/inst/unitTests/cpp/as.cpp	2013-07-02 10:23:44 UTC (rev 4380)
+++ pkg/Rcpp/inst/unitTests/cpp/as.cpp	2013-07-02 10:49:12 UTC (rev 4381)
@@ -29,7 +29,7 @@
 double as_double( SEXP x){ return as<double>( x ); }
 
 // [[Rcpp::export]]
-Rbyte as_Rbyte( SEXP x){ return as<Rbyte>( x ); }
+Rbyte as_raw( SEXP x){ return as<Rbyte>( x ); }
 
 // [[Rcpp::export]]
 bool as_bool( SEXP x){ return as<bool>( x ); }



More information about the Rcpp-commits mailing list