[Xts-commits] r714 - pkg/xtsExtra

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Aug 14 08:36:06 CEST 2012


Author: weylandt
Date: 2012-08-14 08:36:06 +0200 (Tue, 14 Aug 2012)
New Revision: 714

Added:
   pkg/xtsExtra/.Rbuildignore
Modified:
   pkg/xtsExtra/NAMESPACE
Log:
.Rbuildignore and packaging for announcement

Added: pkg/xtsExtra/.Rbuildignore
===================================================================
--- pkg/xtsExtra/.Rbuildignore	                        (rev 0)
+++ pkg/xtsExtra/.Rbuildignore	2012-08-14 06:36:06 UTC (rev 714)
@@ -0,0 +1,20 @@
+R/StructTS.R
+R/acf.R
+R/analytics
+R/arima.R
+R/bind.merge.R
+R/graphics
+R/groupGenerics.R
+R/old.plot.R
+R/simpleS3.xtsdf.R
+R/subset.print.xtsdf.R
+R/xtsdf
+R/xtsdf.R
+
+man/HoltWinters.xts.Rd
+man/StructTS.xts.Rd
+man/acf.xts.Rd
+man/arima.xts.Rd
+man/indexClass.Rd
+man/stl.xts.Rd
+man/xtsdf.Rd

Modified: pkg/xtsExtra/NAMESPACE
===================================================================
--- pkg/xtsExtra/NAMESPACE	2012-08-14 05:44:08 UTC (rev 713)
+++ pkg/xtsExtra/NAMESPACE	2012-08-14 06:36:06 UTC (rev 714)
@@ -12,84 +12,84 @@
 S3method(plot, xts)
 S3method(barplot, xts)
 
-## Analytics
+## Analytics -- All blocked out for now
 
-export("acf")
-S3method(acf, default)
-S3method(acf, xts)
-S3method(acf, ts)
+#export("acf")
+#S3method(acf, default)
+#S3method(acf, xts)
+#S3method(acf, ts)
 
-S3method(pacf,xts)
+#S3method(pacf,xts)
 
-export("arima")
+#export("arima")
 
-S3method(arima, default)
-S3method(arima, xts)
+#S3method(arima, default)
+#S3method(arima, xts)
 
-export("arima0")
+#export("arima0")
 
-S3method(arima0, default)
-S3method(arima0, xts)
+#S3method(arima0, default)
+#S3method(arima0, xts)
 
-export("StructTS")
-S3method(StructTS, default)
-S3method(StructTS, xts)
+#export("StructTS")
+#S3method(StructTS, default)
+#S3method(StructTS, xts)
 
-export("HoltWinters")
-S3method(HoltWinters, default)
-S3method(HoltWinters, xts)
+#export("HoltWinters")
+#S3method(HoltWinters, default)
+#S3method(HoltWinters, xts)
 
-export("stl")
-S3method(stl, default)
-S3method(stl, xts)
+#export("stl")
+#S3method(stl, default)
+#S3method(stl, xts)
 
 
 ## Data frame capability
-S3method(Ops, xtsdf)
-S3method(Summary, xtsdf)
-S3method(Math, xtsdf)
+#S3method(Ops, xtsdf)
+#S3method(Summary, xtsdf)
+#S3method(Math, xtsdf)
 
-export("xtsdf")
-export("as.xtsdf")
+#export("xtsdf")
+#export("as.xtsdf")
 
-S3method(as.xtsdf, xts)
-S3method(as.xtsdf, data.frame)
-S3method(as.xtsdf, xtsdf)
-S3method(as.xtsdf, matrix)
+#S3method(as.xtsdf, xts)
+#S3method(as.xtsdf, data.frame)
+#S3method(as.xtsdf, xtsdf)
+#S3method(as.xtsdf, matrix)
 
-S3method(as.data.frame, xtsdf)
-S3method(as.xts, xtsdf)
+#S3method(as.data.frame, xtsdf)
+#S3method(as.xts, xtsdf)
 
-S3method(`[`,xtsdf)
-S3method(`[<-`, xtsdf)
-S3method(print, xtsdf)
-S3method(str, xtsdf)
+#S3method(`[`,xtsdf)
+#S3method(`[<-`, xtsdf)
+#S3method(print, xtsdf)
+#S3method(str, xtsdf)
 
-S3method(c, xtsdf)
-S3method(cbind, xtsdf)
-S3method(rbind, xtsdf)
-S3method(merge, xtsdf)
+#S3method(c, xtsdf)
+#S3method(cbind, xtsdf)
+#S3method(rbind, xtsdf)
+#S3method(merge, xtsdf)
 
-export(is.xtsdf)
-S3method(index, xtsdf)
-S3method(time, xtsdf)
-S3method(indexTZ, xtsdf)
+#export(is.xtsdf)
+#S3method(index, xtsdf)
+#S3method(time, xtsdf)
+#S3method(indexTZ, xtsdf)
 
-S3method(`index<-`, xtsdf)
-S3method(`time<-`, xtsdf)
-S3method(`indexTZ<-`, xtsdf)
+#S3method(`index<-`, xtsdf)
+#S3method(`time<-`, xtsdf)
+#S3method(`indexTZ<-`, xtsdf)
 
-S3method(as.list, xtsdf)
-S3method(dim, xtsdf)
-S3method(dimnames, xtsdf)
-S3method(as.zoo, xtsdf)
-S3method(lag, xtsdf)
-S3method(summary, xtsdf)
-S3method(head, xtsdf)
-S3method(tail, xtsdf)
-S3method(coredata, xtsdf)
+#S3method(as.list, xtsdf)
+#S3method(dim, xtsdf)
+#S3method(dimnames, xtsdf)
+#S3method(as.zoo, xtsdf)
+#S3method(lag, xtsdf)
+#S3method(summary, xtsdf)
+#S3method(head, xtsdf)
+#S3method(tail, xtsdf)
+#S3method(coredata, xtsdf)
 
 #### NEED TO MAKE INDEX CLASS A S3 GENERIC FOR NOW
-export("indexClass")
-S3method(indexClass, xts)
-S3method(indexClass, xtsdf)
+#export("indexClass")
+#S3method(indexClass, xts)
+#S3method(indexClass, xtsdf)



More information about the Xts-commits mailing list