Malcolm Morgan

Results 23 issues of Malcolm Morgan

I've had an intermittent bug appear in code that use to work (documented here https://github.com/ropensci/stplanr/issues/466) The problem is occurring because ``` sf::st_intersects(p, sf::st_make_grid(p, what = "polygons")) ``` returns empty values....

Its seems that https://github.com/vlarmet/cppRouting is fast and powerful, perhaps this is how we should be doing route networks?

When adding periods, values don't increment across seconds minutes hours etc. For example, adding 45 + 16 minutes returns 61 minutes, not 1 hour 1 minute ```r library(lubridate) p1

feature

A feature request: When using `install_github()` if `upgrade = "ask"` you are given the option to upgrade. ``` 1: All 2: CRAN packages only 3: None 4+: specific packages ```...

feature

A TODO in the code

bug

@layik any ideas Tests check if they are on cran on no using ``` on_cran

bug

Holding place for ideas of what could be added to the package. - [ ] Support for OTP 2.0 - [x] Check Java version function - [ ] Perfect elevation...

enhancement

Don't quote text? Error while parsing JSON config file 'D:\OneDrive - University of Leeds\Data\opentripplanner\graphs\great-britain2\build-config.json': Unrecognized token 'proximity': was expecting ('true', 'false' or 'null') at [Source: (FileInputStream); line: 7, column: 31]

bug

r5 is an offshoot of OPT2 with focus on analysis. There is already an R package https://github.com/ipeaGIT/r5r Jar from https://www.ipea.gov.br/geobr/r5r/jar_repo/r5-v6.0.0-6-g106eecf-all.jar Could OTP2 support enable r5 support?

enhancement