leighseverson / countyweather

9 stars 11 forks source link

Error: Tibble columns must have compatible sizes #106

Open gitoro1 opened 1 year ago

gitoro1 commented 1 year ago

andrew_hourly <- hourly_fips(fips = "12086", year = 1992, var = c("wind_speed", "temperature"))

Getting hourly weather data for Miami-Dade County, Florida. This may take a while. **Error: ! Tibble columns must have compatible sizes.

I'm not sure if this is the same problem, but I found this discussion https://github.com/hypertidy/ncmeta/issues/42 Any chance that this might be related? Thank you!