Skip to content
Prev 165072 / 398503 Next

Problem with alignDailySwries in R-metrics

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