Is your feature request related to a problem? Please describe.
An R interface would make this software project available to more people.
Describe the solution you'd like
install.packages("cityseer") # or similar
# use cityseer functionality
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've recently been trying a number of alternatives, including cugraph, cppRouting, networkx, rustworkx and depthmapx. None of them have the combination of features and performance that this package does.
Additional context
I'm involved in other cross-language projects such as https://github.com/JosiahParry/anime which has R and Rust packages. Tagging @JosiahParry here FYI, this is partly inspired by your work in this space. See https://github.com/Robinlovelace/cityseerr for a proof-of-concept. An alternative would be a separate repo but I think there are benefits of having bindings like R and Python in the same repo for CI and coherence. Would you welcome a PR?
Is your feature request related to a problem? Please describe.
An R interface would make this software project available to more people.
Describe the solution you'd like
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
I've recently been trying a number of alternatives, including cugraph, cppRouting, networkx, rustworkx and depthmapx. None of them have the combination of features and performance that this package does.
Additional context
I'm involved in other cross-language projects such as https://github.com/JosiahParry/anime which has R and Rust packages. Tagging @JosiahParry here FYI, this is partly inspired by your work in this space. See https://github.com/Robinlovelace/cityseerr for a proof-of-concept. An alternative would be a separate repo but I think there are benefits of having bindings like R and Python in the same repo for CI and coherence. Would you welcome a PR?