>>>> "JK" == "John Kerpel" <john.ker...@gmail.com> >>>> on Tue, 16 Dec 2008 13:26:27 -0600
JK> DTB6<-alignDailySeries(DTB6, method = "interp",include.weekends = FALSE, JK> units = NULL) JK> Error in getDataPart(<S4 object of class "timeSeries">) : JK> no '.Data' slot defined for class "timeSeries" JK> JK> JK> What's causing this error? This means that you are using the old "fSeries" package instead of its new implementation in the "timeSeries" package. Make sure to update all your packages. hope this helps, Yohan -- PhD student Swiss Federal Institute of Technology Zurich www.ethz.ch ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.