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
220 stars 71 forks source link

Simplify API header to just assignment in static skipping null comparison #339

Closed eddelbuettel closed 4 years ago

eddelbuettel commented 4 years ago

As discussed, this simplifies the exported functions to the now-more-common two-line form.

joshuaulrich commented 4 years ago

Thanks!