[Xts-commits] r778 - pkg/xts/inst/include

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jun 10 13:40:38 CEST 2013


Author: edd
Date: 2013-06-10 13:40:38 +0200 (Mon, 10 Jun 2013)
New Revision: 778

Modified:
   pkg/xts/inst/include/xts.h
Log:
distinguish between coredata (two args) and coredata_xts (one arg)


Modified: pkg/xts/inst/include/xts.h
===================================================================
--- pkg/xts/inst/include/xts.h	2013-06-10 11:36:34 UTC (rev 777)
+++ pkg/xts/inst/include/xts.h	2013-06-10 11:40:38 UTC (rev 778)
@@ -63,7 +63,7 @@
 SEXP do_xtsAttributes(SEXP x);              // xtsAttributes i.e. user-added attributes
 SEXP do_xtsCoreAttributes(SEXP x);          /* xtsCoreAttributes xts-specific attributes
                                                CLASS, .indexFORMAT, .indexCLASS & class */
-SEXP coredata(SEXP x);
+SEXP coredata(SEXP x, SEXP copyAttr);
 SEXP coredata_xts(SEXP x);
 SEXP add_class(SEXP x, SEXP klass);
 SEXP lagXts(SEXP x, SEXP k, SEXP pad);



More information about the Xts-commits mailing list