earowang / hts

Hierarchical and Grouped Time Series
http://pkg.earo.me/hts
110 stars 36 forks source link

`is.hts` and `is.gts` functions are not exported #29

Closed amarchin closed 7 years ago

amarchin commented 7 years ago

It seems that the is.hts and is.gts functions are not exported but I think that they are useful during code development (at least for me :) ).

robjhyndman commented 7 years ago

Unless you want to put them in a package on CRAN, hts:::is.hts() and hts:::is.gts() will work.