[Xts-commits] r739 - pkg/xts
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Nov 5 22:52:21 CET 2012
Author: jryan
Date: 2012-11-05 22:52:21 +0100 (Mon, 05 Nov 2012)
New Revision: 739
Modified:
pkg/xts/.Rbuildignore
pkg/xts/NAMESPACE
Log:
o dropped mean.xts export for now, as breaking user code with non-R 'blessed' behavior
makes my inbox anxious
o added xts-faq to ignore file until TeX issues are fixed
Modified: pkg/xts/.Rbuildignore
===================================================================
--- pkg/xts/.Rbuildignore 2012-10-26 02:53:23 UTC (rev 738)
+++ pkg/xts/.Rbuildignore 2012-11-05 21:52:21 UTC (rev 739)
@@ -1,5 +1,5 @@
#inst
#inst/doc
-#inst/doc/xts.Rnw
+inst/doc/xts-faq.Rnw
tests
tests/doRUnit.R
Modified: pkg/xts/NAMESPACE
===================================================================
--- pkg/xts/NAMESPACE 2012-10-26 02:53:23 UTC (rev 738)
+++ pkg/xts/NAMESPACE 2012-11-05 21:52:21 UTC (rev 739)
@@ -4,7 +4,7 @@
# imports
importFrom(stats, lag)
importFrom(stats, as.ts)
-importFrom(stats, sd)
+#importFrom(stats, sd)
export(.parseISO8601)
@@ -142,7 +142,8 @@
S3method(is.time.unique, xts)
S3method(is.time.unique, zoo)
-S3method(mean,xts)
+#S3method(mean,xts)
+#S3method(sd,xts)
#S3method(rollapply,xts)
More information about the Xts-commits
mailing list