Package: routr Type: Package Title: A Simple Router for HTTP and WebSocket Requests Version: 2.0.0.9000 Authors@R: c(person(given = "Thomas Lin", family = "Pedersen", role = c("cre", "aut"), email = "thomasp85@gmail.com", comment = c(ORCID = "0000-0002-5147-4711"))) Maintainer: Thomas Lin Pedersen Description: In order to make sure that web request ends up in the correct handler function a router is often used. 'routr' is a package implementing a simple but powerful routing functionality for R based servers. It is a fully functional 'fiery' plugin, but can also be used with other 'httpuv' based servers. License: MIT + file LICENSE Encoding: UTF-8 Imports: R6, reqres (>= 1.2.0), stringi, rlang (>= 1.1.0), cli, lifecycle, fs, promises (>= 1.5.0), brio, otel, waysign, glue RoxygenNote: 7.3.3 Roxygen: list(markdown = TRUE) Suggests: testthat (>= 3.0.0), covr, fiery (>= 1.3.0), swagger, redoc, rapidoc, rmarkdown, quarto, mirai, knitr, later, jsonlite, yaml URL: https://routr.data-imaginist.com, https://github.com/thomasp85/routr BugReports: https://github.com/thomasp85/routr/issues Config/testthat/edition: 3 Config/pak/sysreqs: cmake make libicu-dev libsodium-dev libuv1-dev libxml2-dev libssl-dev Repository: https://thomasp85.r-universe.dev Date/Publication: 2025-12-19 10:28:02 UTC RemoteUrl: https://github.com/thomasp85/routr RemoteRef: HEAD RemoteSha: 5f12daee832e87247111ab3c9e07d424b4778e7c NeedsCompilation: no Packaged: 2026-07-12 06:48:37 UTC; root Author: Thomas Lin Pedersen [cre, aut] (ORCID: ) Depends: R (>= 4.1.0)