Joey Reid
Joey Reid
Hi, I use R5 for all sorts of accessibility work at Metro Transit (Minneapolis), and issue #66 affects our work. From the linked OpenTripPlanner [issue 2148](https://github.com/opentripplanner/OpenTripPlanner/issues/2148#issuecomment-508331689) I infer that you've...
**Describe the bug** It seems like st_cast should be able to cast empty geometries of any type to MULTIPOLYGON, but instead I get this: ```r st_cast(st_sfc(st_geometrycollection(), st_multipolygon()), 'MULTIPOLYGON') >Error in...
Apparently 'dns.google.com' is being filtered at my organization, and the IP returned by `curl::nslookup`(146.112.61.106) is associated with "hit-adult.opendns.com". Seems our content filters don't like DNS resolvers.
`datetime_scales` accepts any argument type for `date_breaks` and `date_minor_breaks`, but the parameter documentation claims it only accepts character strings. It's somewhat easy to accidentally supply custom date breaks using `scales::breaks_width`...
I expect that the font-family specified in the theme is applied to all applicable graphical content. However, when specifying some unicode characters for the shape scale I get empty boxes...
**Describe the feature you want and how it meets your needs or solves a problem** If the title of a field in the spec contains "ID referencing", then the referenced...
**Describe the feature you want and how it meets your needs or solves a problem** People want a way of standardizing which optional fields are required for various end-uses of...
**Describe the problem** the `gps_quality` field of `vehicle_locations`, and possibly others, is an enum, but doesn't allow for "unknown" gps quality. We have a system that reports a figure of...
This issue will document additional data types that should be supported by TIDES (see #99). Some examples: - Transfer Request - Transfer Acceptance - Transfer Hold - Timepoint Crossing -...
**Describe the feature you want and how it meets your needs or solves a problem** As a spec writer I want to communicate features of the spec, without creating hidden...