{
  "_id": "6a5339899b92047c28d56cd8",
  "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-07-12 06:48:37 UTC",
    "User": "root"
  },
  "Author": "Thomas Lin Pedersen [cre, aut] (ORCID:\n<https://orcid.org/0000-0002-5147-4711>)",
  "_user": "thomasp85",
  "_type": "src",
  "_file": "routr_2.0.0.9000.tar.gz",
  "_fileid": "https://r2.ropensci.org/b4b0b38eafe4e8e8ea275fcadfb498b0460ddd10c56a7f690ed1802a2d1b91d0",
  "_filesize": 264273,
  "_sha256": "b4b0b38eafe4e8e8ea275fcadfb498b0460ddd10c56a7f690ed1802a2d1b91d0",
  "_expires": "2026-10-20T06:51:52.000Z",
  "_created": "2026-07-12T06:48:37.000Z",
  "_published": "2026-07-12T06:51:53.821Z",
  "_jobs": [
    {
      "job": 86624593459,
      "time": 150,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8257131710"
    },
    {
      "job": 86624593475,
      "time": 146,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8257131127"
    },
    {
      "job": 86624593464,
      "time": 82,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8257121894"
    },
    {
      "job": 86624593474,
      "time": 73,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8257120719"
    },
    {
      "job": 86624349402,
      "time": 217,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8257110106"
    },
    {
      "job": 86624593444,
      "time": 133,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8257129008"
    },
    {
      "job": 86624593494,
      "time": 113,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8257126373"
    },
    {
      "job": 86624593485,
      "time": 88,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8257122860"
    },
    {
      "job": 86624593486,
      "time": 84,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8257122138"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/thomasp85/actions/runs/29183121526",
  "_status": "success",
  "_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",
    "description": "Maker of tools focusing on data science and data visualisation",
    "uuid": 1775316
  },
  "_distro": "resolute",
  "_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": 7,
  "_updates": [
    {
      "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": 56,
  "_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",
    "followers": 3274,
    "description": "Maker of tools focusing on data science and data visualisation"
  },
  "_downloads": {
    "count": 2105,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/routr"
  },
  "_devurl": "https://github.com/thomasp85/routr",
  "_pkgdown": "https://routr.data-imaginist.com",
  "_searchresults": 26,
  "_rbuild": "4.6.1",
  "_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",
    "LICENSE",
    "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.327146709760514,
  "_indexed": true,
  "_nocasepkg": "routr",
  "_universes": [
    "thomasp85"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "2.0.0.9000",
      "date": "2026-07-12T06:51:07.000Z",
      "distro": "resolute",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "https://r2.ropensci.org/d5aabd2443fca7d7d37252624193201c5db8de9520c7cf0b4ccf950861454896",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/29183121526"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "2.0.0.9000",
      "date": "2026-07-12T06:51:04.000Z",
      "distro": "resolute",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "https://r2.ropensci.org/7af1ab561f3b0145c8933164878f91931b6f7535dd7b4b90f10023f0903abad8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/29183121526"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "2.0.0.9000",
      "date": "2026-07-12T06:50:07.000Z",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "https://r2.ropensci.org/f2066df4ea41b3598f4250cb7c2e4e7f073241555d5374b88bc74ae23cf7eb5b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/29183121526"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "2.0.0.9000",
      "date": "2026-07-12T06:49:59.000Z",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "https://r2.ropensci.org/b379cfea7ca4e9c83963dab820bcac805995fdf9db46f2e5b8df6a30a8792a33",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/29183121526"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "2.0.0.9000",
      "date": "2026-07-12T06:51:10.000Z",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "https://r2.ropensci.org/1cb453334d8cd48fb74885d26d0d2081cefd9c90845083cd50fbb781eeeb9d39",
      "status": "success",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/29183121526"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "2.0.0.9000",
      "date": "2026-07-12T06:50:09.000Z",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "https://r2.ropensci.org/e5e053b0bce07bd70793f4b06794fdb5d39cfd55b5aba82a39030c1fc2fd2d11",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/29183121526"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "2.0.0.9000",
      "date": "2026-07-12T06:49:59.000Z",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "https://r2.ropensci.org/f3f23c4df4acfde1d52ea7a5aa399bcc9173ab185204ab5b3dab06aa49c7c89b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/29183121526"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "2.0.0.9000",
      "date": "2026-07-12T06:49:52.000Z",
      "commit": "5f12daee832e87247111ab3c9e07d424b4778e7c",
      "fileid": "https://r2.ropensci.org/9c604b7016ed58a87e5c710a11741c39760a15623e21f484e3eed686b90b318d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/thomasp85/actions/runs/29183121526"
    }
  ]
}