joshuaulrich / quantmod

Quantitative Financial Modelling Framework
http://www.quantmod.com/
GNU General Public License v3.0
818 stars 224 forks source link

Use xts::tclass and xts::tzone #293

Closed joshuaulrich closed 4 years ago

joshuaulrich commented 4 years ago

We still use indexClass() and indexTZ() even though they have been deprecated in xts. Replace them with calls to tclass() and tzone(), respectively.