ALShum / rwunderground

A simple R package to get historical and forecast weather data
78 stars 14 forks source link

Always convert return values to tibble #22

Closed krlmlr closed 7 years ago

krlmlr commented 7 years ago

dplyr >= 0.7 doesn't forcibly convert to tibble anymore after bind_rows(). Also replaced one instance of the deprecated rbind_list() by bind_rows().

krlmlr commented 7 years ago

@erichare: Could you please take a look?

erichare commented 7 years ago

Sorry about the delay! Looks great, thanks for contributing