Daniel Herszenhut
Daniel Herszenhut
Use the same approach used in examples.
**Describe the bug** In an attempt to validate one of the GTFS included in the {gtfstools} R package ([poa.zip](https://github.com/ipeaGIT/gtfstools/blob/master/inst/extdata/poa_gtfs.zip)), the stderr of the validation includes a SEVERE log message that...
**Is your feature request related to a problem? Please describe.** I'm creating a function on the {gtfstools} R package that wraps the command-line tool and validates a GTFS ([`validate_gtfs()`](https://github.com/ipeaGIT/gtfstools/blob/master/R/validate_gtfs.R)). The...
Progress bars "skips" from 0% to 100%, no matter how much of the action has been completed. I first noticed this when using `read_census_tract`, but it seems to extend to...
Hi. I just changed the checking CI on a package I'm writing and I stumbled upon what seems to be a rcmdcheck error. You can see on line 101 of...
Hi. I'm having a issue where I'm trying to list some zip files inside a directory in my project using `dir_tree()` and they're not showing up. I thought I was...
Hi. I just started using Quarto on a new project of mine and I'm not being able to use coc completion on it. I tried investigating why that is and...
`filter_by_trip_geometry()` would work exactly like `filter_by_sf()`. `filter_by_stop_location()` would, on the other hand, filter only based on stop locations. Given a bbox/polygon, the function would keep/drop the stops located inside the...
We may still want to accept `full_trips = FALSE` (although we have to make it clear that the argument doesn't change the output in any way) to not "penalize", in...