[Xts-commits] r795 - pkg/xts/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Oct 31 22:36:29 CET 2013


Author: bodanker
Date: 2013-10-31 22:36:28 +0100 (Thu, 31 Oct 2013)
New Revision: 795

Modified:
   pkg/xts/R/dimnames.R
Log:
- add PACKAGE arg to .Call


Modified: pkg/xts/R/dimnames.R
===================================================================
--- pkg/xts/R/dimnames.R	2013-10-31 19:54:29 UTC (rev 794)
+++ pkg/xts/R/dimnames.R	2013-10-31 21:36:28 UTC (rev 795)
@@ -25,7 +25,7 @@
 `dimnames.xts` <-
 function(x) {
   #list(NULL, colnames(unclass(x)))
-  .Call("dimnames_zoo",x);
+  .Call("dimnames_zoo",x,PACKAGE="xts");
   #list(as.character(index(x)), colnames(unclass(x)))
 }
 



More information about the Xts-commits mailing list