joshuaulrich / xts

Extensible time series class that provides uniform handling of many R time series classes by extending zoo.
http://joshuaulrich.github.io/xts/
GNU General Public License v2.0
219 stars 71 forks source link

double 'indexFormat<-' in NAMESPACE #188

Closed ghost closed 7 years ago

ghost commented 7 years ago

https://github.com/joshuaulrich/xts/blob/master/NAMESPACE#L232

S3method('indexFormat',xts)
S3method('indexFormat<-',xts)

"indexFormat" instead "indexFormat<-"?

ghost commented 7 years ago

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.