The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
The osrm.server.log_file option no longer accepts a
list for separate stdout/stderr files. This feature has been removed due
to potential deadlock issues. Use a single character path instead:
options(osrm.server.log_file = "path/to/logfile.log"). If a
list is provided, it will silently fall back to the default temporary
file behavior.
Default logging behavior changed:
osrm_start_server() now writes logs to a temporary file by
default instead of using pipes. This prevents deadlocks in R’s
single-threaded environment while preserving logs for debugging. Use
verbose = TRUE to see output in the console.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.