mark padgham
mark padgham
Shall I tackle this one, or would you like to give it a go?
Do you want to just PR your branch to here?
@jmaspons Thanks so much for all the work in #361 - I really appreciate it. I'm going to re-open this to tidy a few final things for CRAN re-submission. I...
It's a good idea, but we can't unfortunately because all the examples with pipes pass place names to `opq`, which then calls the Nominatim server, meaning those can't be run...
Thanks for asking @FlxPo as always. Your first question is https://urbananalyst.github.io/m4ra/reference/m4ra_gtfs_traveltimes.html with `next_interval = TRUE`. That then does two full sweeps of the feed, and returns an additional "interval" column...
Plan is definitely to publish m4ra on cran. But your concerns made me realise that it's not on https://urbananalyst.r-universe.dev/. I'll fix that up right now, so anybody can install a...
Hmmm... it's in my [packages.json](https://github.com/UrbanAnalyst/urbananalyst.r-universe.dev/blob/main/packages.json), but has for some reason never been built?
Check in all languages for instances where heading are singular but items are plural, or vice-versa
For this one, I suggest it'd be good to wait until you've fixed the `params$...` issue that's causing the render error.
That's true. When I implemented that, I couldn't think of a clever way to keep on splitting the same edge, as it requires looping over the nodes, whereas the current...