micahjsmith / FredData.jl

Pull data from Federal Reserve Economic Data (FRED) directly into Julia
https://micahjsmith.github.io/FredData.jl/dev
Other
64 stars 19 forks source link

warn -> @warn #15

Closed greimel closed 5 years ago

greimel commented 5 years ago

warn was deprecated a while ago.

In case want to test for these warnings (#12), this

s2 = get_data(f, "K1R53101ES000")

gives a warning because Metadata 'notes' not returned from server.

micahjsmith commented 5 years ago

Thanks for the contribution!