Package: osrm.backend Title: Bindings for 'Open Source Routing Machine' Version: 0.4.0 Authors@R: person("Egor", "Kotov", , "kotov.egor@gmail.com", role = c("aut", "cre", "cph"), comment = c(ORCID = "0000-0001-6690-5345")) Description: Install and control 'Open Source Routing Machine' ('OSRM') backend executables to prepare routing data and run/stop a local 'OSRM' server. For computations with the running server use the 'osrm' package for 'R' (). License: MIT + file LICENSE URL: https://github.com/e-kotov/osrm.backend, https://www.ekotov.pro/osrm.backend/ BugReports: https://github.com/e-kotov/osrm.backend/issues Imports: digest, httr2, jsonlite, lifecycle, processx, ps, viridisLite Suggests: DT, knitr, mapgl, osrm, rmarkdown, sf, shiny, testthat (>= 3.0.0), tibble, withr VignetteBuilder: knitr Config/testthat/edition: 3 Encoding: UTF-8 Language: en Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 SystemRequirements: OSRM backend binaries (>= v5.27.0); package downloads binaries automatically from by default; upstream OSRM binaries from are available as an optional provider Config/pak/sysreqs: libssl-dev Repository: https://e-kotov.r-universe.dev Date/Publication: 2026-07-11 18:20:40 UTC RemoteUrl: https://github.com/e-kotov/osrm.backend RemoteRef: HEAD RemoteSha: 6dbb09b78de471768e13e7af2aeadb5b09a65d5e NeedsCompilation: no Packaged: 2026-07-11 18:36:26 UTC; root Author: Egor Kotov [aut, cre, cph] (ORCID: ) Maintainer: Egor Kotov