UrbanAnalyst / dodgr

Distances on Directed Graphs in R
https://urbananalyst.github.io/dodgr/
128 stars 16 forks source link

instructions in main vignette are for 0.2.4 but don't work with 0.2.5 #118

Closed tbuckl closed 5 years ago

tbuckl commented 5 years ago

e.g.

net <- dodgr_streetnet (bb)

does not run in 0.2.5.

you probably already know this, might reason for the failing build

mpadge commented 5 years ago

Whoops - thanks for finding that

mpadge commented 5 years ago

... but then again, it works for me. Do you mean the following lines? Coz they seem fine

bb <- osmdata::getbb ("york uk")
net <- dodgr_streetnet (bb)
tbuckl commented 5 years ago

ok right i guess they do work. i think my environment was dated. going through the reprex process made it work.