Skip to content

Problem with alignDailySwries in R-metrics

2 messages · John Kerpel, Yohan Chalabi

1 day later
#
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