mark padgham

Results 154 issues of mark padgham

This PR just issues this message: ``` r library(tsibble) plot (pedestrian) #> The 'autoplot' function from the 'feasts' package is recommended for plotting 'tsibble' objects ``` Everything is passed through...

This `reprex` illustrates the problem: ``` r library (tsibble) library (units) #> udunits system database from /usr/share/udunits daily [1] "units" x Error: Must extract column with a single valid subscript....

The `package_vignettes()` function just grabs [all `.[Rr]md` files](https://github.com/r-lib/pkgdown/blob/b6affbcb84411e961d9ec721f184e0a377b8e657/R/package.R#L229), and errors if any of the resultant name entries are missing from the index. Vignettes can, however, be constructed with child documents...

documentation

Some but not all R packages which use git credentials are hard-coded to expect tokens to be stored as `GITHUB_PAT` only. The official [GitHub cli](https://github.com/cli) now only accepts tokens [stored...

This is much tricker than polygons or points, but likely to also be useful, so should be done ...

help wanted
future stuff

This will likely be a very useful post-processing function for cases when the package is used to identify a whole lot of polygons purportedly representing the same thing/area, and this...

future stuff

like in new [concaveman](https://github.com/joelgombin/concaveman) work.

enhancement
future stuff

Currently only hard-coded for the latter format

enhancement

This is currently not processed, but needs to be in cases where it is present. [`frequencies.txt` described here](https://developers.google.com/transit/gtfs/reference/#frequenciestxt)

@rafapereirabr `gtfsrouter` now has a new turbo-charged [`gtfs_traveltimes`](https://atfutures.github.io/gtfs-router/reference/gtfs_traveltimes.html) function, largely motivated by the support of the [Mobility Institute Berlin](https://mobilityinstitute.com/en/), and the outstanding input of @AlexandraKapp. This issue is intended to...

enhancement
must do