Closed ghost closed 7 years ago
https://github.com/joshuaulrich/xts/blob/master/NAMESPACE#L232
S3method('indexFormat',xts) S3method('indexFormat<-',xts)
"indexFormat" instead "indexFormat<-"?
https://github.com/joshuaulrich/xts/blob/master/R/indexFormat.R#L22
It looks like there is no indexFormat.xts method, so we just have to delete the duplicate "S3method('indexFormat<-',xts)" in NAMESPACE.
https://github.com/joshuaulrich/xts/blob/master/NAMESPACE#L232
"indexFormat" instead "indexFormat<-"?