[Rcpp-commits] r3298 - pkg/int64

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Nov 6 20:54:57 CET 2011


Author: romain
Date: 2011-11-06 20:54:57 +0100 (Sun, 06 Nov 2011)
New Revision: 3298

Modified:
   pkg/int64/NAMESPACE
Log:
exporting names and names<- from the int64 namespace

Modified: pkg/int64/NAMESPACE
===================================================================
--- pkg/int64/NAMESPACE	2011-11-06 19:46:37 UTC (rev 3297)
+++ pkg/int64/NAMESPACE	2011-11-06 19:54:57 UTC (rev 3298)
@@ -6,7 +6,7 @@
 
 exportMethods( 
     show, length, "[", Arith, Compare, Summary, Math, Math2,  
-    as.character, format, 
+    as.character, format, names, "names<-", 
     
     as.data.frame, binary, unique, sort
 )



More information about the Rcpp-commits mailing list