UrbanAnalyst / dodgr

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

Fix C++17 compilation #208

Closed mpadge closed 1 year ago

mpadge commented 1 year ago

I can't current submit this to CRAN, because they now demand removing CXX_STD=CXX11 from Makevars. That bumps the standard to whatever a system has, but this pkg currently fails when compiled with C++17. The solution is documented in https://github.com/mpadge/settest.