Nothing
skip_if_no_osrm <- function() {
testthat::skip_on_cran()
if (isTRUE(getOption("osrm.backend.skip_osrm_tests", FALSE))) {
reason <- getOption("osrm.backend.install_error", "OSRM backend binaries are unavailable")
testthat::skip(reason)
}
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.