r-transit / tidytransit

R package for working with GTFS data
https://r-transit.github.io/tidytransit/
147 stars 21 forks source link

Use expect_no_warning, remove httr dependency #194

Closed polettif closed 1 year ago

polettif commented 1 year ago

Should close #193

I think the "multiple match" issue arose because dplyr was updated to v1.1 yesterday. There's still some code linked to dplyr 1.1 (see #191) but I'd tackle this with the next release.