{
  "_id": "6a1027ddacfb0bcc41c905b5",
  "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\",\nfamily = \"Pedersen\",\nrole = c(\"cre\", \"aut\"),\nemail = \"thomasp85@gmail.com\",\ncomment = c(ORCID = \"0000-0002-5147-4711\")))",
  "Maintainer": "Thomas Lin Pedersen <thomasp85@gmail.com>",
  "Description": "In order to make sure that web request ends up in the\ncorrect handler function a router is often used. 'routr' is a\npackage implementing a simple but powerful routing\nfunctionality for R based servers. It is a fully functional\n'fiery' plugin, but can also be used with other 'httpuv' based\nservers.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "Roxygen": "list(markdown = TRUE)",
  "URL": "https://routr.data-imaginist.com,\nhttps://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\nlibxml2-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": {
    "Date": "2026-05-13 08:24:09 UTC",
    "User": "root"
  },
  "Author": "Thomas Lin Pedersen [cre, aut] (ORCID:\n<https://orcid.org/0000-0002-5147-4711>)",
  "MD5sum": "8e9e1fae33a5f25237fe54d07f144a62",
  "_user": "thomasp85",
  "_type": "src",
  "_file": "routr_2.0.0.9000.tar.gz",
  "_fileid": "7fb00988e1d1c859626fd30f03d660d261af67663f51a831b4776aaf485651ab",
  "_filesize": 264942,
  "_sha256": "7fb00988e1d1c859626fd30f03d660d261af67663f51a831b4776aaf485651ab",
  "_created": "2026-05-13T08:24:09.000Z",
  "_published": "2026-05-22T09:54:37.367Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77356648707,
      "time": 123,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6965129247"
    },
    {
      "job": 77356648472,
      "time": 134,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965132716"
    },
    {
      "job": 77356648433,
      "time": 102,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6965122754"
    },
    {
      "job": 77356648697,
      "time": 85,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965117702"
    },
    {
      "job": 77356648189,
      "time": 195,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965089571"
    },
    {
      "job": 77356648080,
      "time": 131,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7157739978"
    },
    {
      "job": 77356648543,
      "time": 102,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6965122748"
    },
    {
      "job": 77356648760,
      "time": 87,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6965118102"
    },
    {
      "job": 77356648548,
      "time": 96,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6965120482"
    }
  ],
  "_buildurl": "https://github.com/r-universe/thomasp85/actions/runs/25787251701",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/thomasp85/routr",
  "_commit": {
    "id": "5f12daee832e87247111ab3c9e07d424b4778e7c",
    "author": "Thomas Lin Pedersen <thomasp85@gmail.com>",
    "committer": "Thomas Lin Pedersen <thomasp85@gmail.com>",
    "message": "Increment version number to 2.0.0.9000\n",
    "time": 1766140082
  },
  "_maintainer": {
    "name": "Thomas Lin Pedersen",
    "email": "thomasp85@gmail.com",
    "login": "thomasp85",
    "mastodon": "@thomasp85@fosstodon.org",
    "linkedin": "in/thomasp85",
    "orcid": "0000-0002-5147-4711",
    "twitter": "@thomasp85",
    "uuid": 1775316
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "R6",
      "role": "Imports"
    },
    {
      "package": "reqres",
      "version": ">= 1.2.0",
      "role": "Imports"
    },
    {
      "package": "stringi",
      "role": "Imports"
    },
    {
      "package": "rlang",
      "version": ">= 1.1.0",
      "role": "Imports"
    },
    {
      "package": "cli",
      "role": "Imports"
    },
    {
      "package": "lifecycle",
      "role": "Imports"
    },
    {
      "package": "fs",
      "role": "Imports"
    },
    {
      "package": "promises",
      "version": ">= 1.5.0",
      "role": "Imports"
    },
    {
      "package": "brio",
      "role": "Imports"
    },
    {
      "package": "otel",
      "role": "Imports"
    },
    {
      "package": "waysign",
      "role": "Imports"
    },
    {
      "package": "glue",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "covr",
      "role": "Suggests"
    },
    {
      "package": "fiery",
      "version": ">= 1.3.0",
      "role": "Suggests"
    },
    {
      "package": "swagger",
      "role": "Suggests"
    },
    {
      "package": "redoc",
      "role": "Suggests"
    },
    {
      "package": "rapidoc",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    },
    {
      "package": "quarto",
      "role": "Suggests"
    },
    {
      "package": "mirai",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "later",
      "role": "Suggests"
    },
    {
      "package": "jsonlite",
      "role": "Suggests"
    },
    {
      "package": "yaml",
      "role": "Suggests"
    }
  ],
  "_owner": "thomasp85",
  "_selfowned": true,
  "_usedby": 5,
  "_updates": [
    {
      "week": "2025-25",
      "n": 4
    },
    {
      "week": "2025-26",
      "n": 3
    },
    {
      "week": "2025-29",
      "n": 2
    },
    {
      "week": "2025-32",
      "n": 5
    },
    {
      "week": "2025-34",
      "n": 5
    },
    {
      "week": "2025-39",
      "n": 11
    },
    {
      "week": "2025-40",
      "n": 5
    },
    {
      "week": "2025-41",
      "n": 9
    },
    {
      "week": "2025-43",
      "n": 3
    },
    {
      "week": "2025-46",
      "n": 3
    },
    {
      "week": "2025-47",
      "n": 2
    },
    {
      "week": "2025-50",
      "n": 1
    },
    {
      "week": "2025-51",
      "n": 4
    }
  ],
  "_tags": [
    {
      "name": "v1.0.0",
      "date": "2025-08-21"
    },
    {
      "name": "v1.1.0",
      "date": "2025-11-10"
    },
    {
      "name": "v2.0.0",
      "date": "2025-12-17"
    }
  ],
  "_topics": [
    "http-router",
    "middleware",
    "router",
    "webtechnology"
  ],
  "_stars": 55,
  "_contributors": [
    {
      "user": "thomasp85",
      "count": 178,
      "uuid": 1775316
    },
    {
      "user": "schloerke",
      "count": 2,
      "uuid": 93231
    },
    {
      "user": "cpsievert",
      "count": 2,
      "uuid": 1365941
    },
    {
      "user": "andreranza",
      "count": 1,
      "uuid": 43607279
    },
    {
      "user": "cderv",
      "count": 1,
      "uuid": 6791940
    },
    {
      "user": "condwanaland",
      "count": 1,
      "uuid": 23396385
    },
    {
      "user": "zeloff",
      "count": 1,
      "uuid": 2786275
    }
  ],
  "_userbio": {
    "uuid": 1775316,
    "type": "user",
    "name": "Thomas Lin Pedersen",
    "description": "Maker of tools focusing on data science and data visualisation"
  },
  "_downloads": {
    "count": 1419,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/routr"
  },
  "_devurl": "https://github.com/thomasp85/routr",
  "_pkgdown": "https://routr.data-imaginist.com",
  "_searchresults": 25,
  "_rbuild": "4.6.0",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/routr.html",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/thomasp85/routr",
  "_realowner": "thomasp85",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.2.0",
      "date": "2017-08-22"
    },
    {
      "version": "0.3.0",
      "date": "2017-10-26"
    },
    {
      "version": "0.4.0",
      "date": "2019-10-03"
    },
    {
      "version": "0.4.1",
      "date": "2022-08-19"
    },
    {
      "version": "1.0.0",
      "date": "2025-08-21"
    },
    {
      "version": "1.1.0",
      "date": "2025-11-18"
    },
    {
      "version": "2.0.0",
      "date": "2025-12-18"
    }
  ],
  "_exports": [
    "asset_route",
    "AssetRoute",
    "openapi_route",
    "register_report_format",
    "report_info",
    "report_route",
    "resource_route",
    "ressource_route",
    "route",
    "Route",
    "route_add",
    "route_get",
    "route_merge",
    "route_remove",
    "route_stack",
    "RouteStack",
    "shared_secret_route",
    "show_report_formats",
    "sizelimit_route"
  ],
  "_help": [
    {
      "page": "asset_route",
      "title": "High performance route for serving static files",
      "concept": [
        "Route constructors"
      ],
      "topics": [
        "asset_route"
      ]
    },
    {
      "page": "AssetRoute",
      "title": "Static file serving",
      "topics": [
        "AssetRoute"
      ]
    },
    {
      "page": "openapi_route",
      "title": "Create a route for serving OpenAPI documentation of your server",
      "concept": [
        "Route constructors"
      ],
      "topics": [
        "openapi_route"
      ]
    },
    {
      "page": "report_route",
      "title": "Create a route that renders and serves an Rmarkdown or Quarto report",
      "topics": [
        "report_route"
      ]
    },
    {
      "page": "resource_route",
      "title": "Create a route for fetching files",
      "concept": [
        "Route constructors"
      ],
      "topics": [
        "resource_route"
      ]
    },
    {
      "page": "Route",
      "title": "Construct a new route",
      "topics": [
        "route"
      ]
    },
    {
      "page": "Route-class",
      "title": "Single route dispatch",
      "topics": [
        "Route"
      ]
    },
    {
      "page": "route_add",
      "title": "Route handlers",
      "topics": [
        "route_add",
        "route_get",
        "route_remove"
      ]
    },
    {
      "page": "route_merge",
      "title": "Merge one route into another",
      "topics": [
        "route_merge"
      ]
    },
    {
      "page": "route_stack",
      "title": "Combine routes in a stack",
      "topics": [
        "route_stack",
        "route_stack.AssetRoute",
        "route_stack.default",
        "route_stack.Route",
        "route_stack.RouteStack"
      ]
    },
    {
      "page": "RouteStack",
      "title": "Combine multiple routes for sequential routing",
      "topics": [
        "RouteStack"
      ]
    },
    {
      "page": "shared_secret_route",
      "title": "Reject requests not in possession of the correct shared secret",
      "concept": [
        "Route constructors"
      ],
      "topics": [
        "shared_secret_route"
      ]
    },
    {
      "page": "sizelimit_route",
      "title": "Limit the size of requests",
      "concept": [
        "Route constructors"
      ],
      "topics": [
        "sizelimit_route"
      ]
    }
  ],
  "_pkglogo": "https://github.com/thomasp85/routr/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/thomasp85/routr/raw/HEAD/README.md",
  "_rundeps": [
    "base64enc",
    "brio",
    "brotli",
    "cli",
    "curl",
    "fastmap",
    "fs",
    "glue",
    "jsonlite",
    "later",
    "lifecycle",
    "magrittr",
    "mirai",
    "nanonext",
    "otel",
    "promises",
    "R6",
    "Rcpp",
    "reqres",
    "rlang",
    "sodium",
    "stringi",
    "triebeard",
    "urltools",
    "waysign",
    "webutils",
    "xml2"
  ],
  "_score": 8.057440959705936,
  "_indexed": true,
  "_nocasepkg": "routr",
  "_universes": [
    "thomasp85"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0.9000",
      "date": "2026-05-13T08:26:10.000Z",
      "distro": "noble",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "19976803c791e58f984995d1ee75fdf07c402d3e3aa8f5d7a0f947005270e130",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/25787251701"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "2.0.0.9000",
      "date": "2026-05-13T08:26:21.000Z",
      "distro": "noble",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "ab771c26caad8d28d8d31503a5453e57ff51acac447af7b342dcc3a783feaef5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/25787251701"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0.9000",
      "date": "2026-05-13T08:25:56.000Z",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "1d766e8b792167be15d2d21ce6c19b122ae8cda37dcd0de868a7c9f9fa5e0b5d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/25787251701"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "2.0.0.9000",
      "date": "2026-05-13T08:25:40.000Z",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "afa86a78e459c070a5058221e52af24e087c284b39322ec1ef4c995210070a21",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/25787251701"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.0.9000",
      "date": "2026-05-13T08:25:41.000Z",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "e11d470598d6a824d9f6b17f40460a51ffd87e8a41bd5e0b5723f9cfe9512ad6",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/25787251701"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.0.9000",
      "date": "2026-05-13T08:25:24.000Z",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "9b27223e56b9ca6629b88b35f4e7ca884482c36fcb83a5b2b5079556c7e624c8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/25787251701"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "2.0.0.9000",
      "date": "2026-05-13T08:25:35.000Z",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "dd1858b67b118013e4a636931b6d94f1673f241d90af92f173e7547ad5b82adc",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/25787251701"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0.9000",
      "date": "2026-05-22T09:54:21.000Z",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "1ad4a23eaa96c3bb1d2f25b9892e460e17345a5951450f0c34a9e3cfb1a717aa",
      "status": "success",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/25787251701"
    }
  ]
}