{
  "_id": "6a1046d4acfb0bcc41c9ec6e",
  "Package": "reactRouter",
  "Type": "Package",
  "Title": "'React Router' for 'shiny' Apps and 'Quarto'",
  "Version": "0.2.0",
  "Authors@R": "c(\nperson(given = \"Felix\", family = \"Luginbuhl\", role = c(\"aut\", \"cre\", \"cph\"), email = \"felix.luginbuhl@protonmail.ch\", comment = c(ORCID = \"0009-0008-6625-2899\")),\nperson(given = \"Andryas\", family = \"Waurzenczak\", role = c(\"ctb\"))\n)",
  "Maintainer": "Felix Luginbuhl <felix.luginbuhl@protonmail.ch>",
  "Description": "Provides a wrapper around the 'react-router-dom' 'React'\nlibrary for use in 'Shiny' applications and 'Quarto' documents.\nEnables client-side routing with hash, memory, and browser\nhistory strategies, nested routes, dynamic segments, data\nloaders, actions, and navigation hooks.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "RoxygenNote": "7.3.3",
  "URL": "https://felixluginbuhl.com/reactRouter/",
  "BugReports": "https://github.com/lgnbhl/reactRouter/issues",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "cmake make libicu-dev libuv1-dev zlib1g-dev",
  "Repository": "https://lgnbhl.r-universe.dev",
  "Date/Publication": "2026-05-10 10:02:58 UTC",
  "RemoteUrl": "https://github.com/lgnbhl/reactrouter",
  "RemoteRef": "HEAD",
  "RemoteSha": "b0735a53805e976fb07ea220c87ab52097c9f44f",
  "NeedsCompilation": "no",
  "Packaged": {
    "Date": "2026-05-10 10:13:19 UTC",
    "User": "root"
  },
  "Author": "Felix Luginbuhl [aut, cre, cph] (ORCID:\n<https://orcid.org/0009-0008-6625-2899>),\nAndryas Waurzenczak [ctb]",
  "MD5sum": "67ae518b7d21e0aed403692829c43fbc",
  "_user": "lgnbhl",
  "_type": "src",
  "_file": "reactRouter_0.2.0.tar.gz",
  "_fileid": "c1688e2de93e48c03321fb09ed06ef247344597676fae67626aeddaad83e11bf",
  "_filesize": 370619,
  "_sha256": "c1688e2de93e48c03321fb09ed06ef247344597676fae67626aeddaad83e11bf",
  "_created": "2026-05-10T10:13:19.000Z",
  "_published": "2026-05-22T12:06:44.936Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 77376029243,
      "time": 168,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902931098"
    },
    {
      "job": 77376029591,
      "time": 143,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902928627"
    },
    {
      "job": 77376029905,
      "time": 98,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902924376"
    },
    {
      "job": 77376029807,
      "time": 107,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902925087"
    },
    {
      "job": 77376029108,
      "time": 185,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902915219"
    },
    {
      "job": 77376029020,
      "time": 124,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7160068597"
    },
    {
      "job": 77376029973,
      "time": 84,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "6902922895"
    },
    {
      "job": 77376029909,
      "time": 80,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "6902922450"
    },
    {
      "job": 77376029408,
      "time": 85,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "6902923163"
    }
  ],
  "_buildurl": "https://github.com/r-universe/lgnbhl/actions/runs/25626009146",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/lgnbhl/reactrouter",
  "_commit": {
    "id": "b0735a53805e976fb07ea220c87ab52097c9f44f",
    "author": "lgnbhl <felix.luginbuhl@protonmail.ch>",
    "committer": "lgnbhl <felix.luginbuhl@protonmail.ch>",
    "message": "fix broken URLs in docs\n",
    "time": 1778407378
  },
  "_maintainer": {
    "name": "Felix Luginbuhl",
    "email": "felix.luginbuhl@protonmail.ch",
    "login": "lgnbhl",
    "uuid": 29467632
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.0",
      "role": "Depends"
    },
    {
      "package": "htmltools",
      "role": "Imports"
    },
    {
      "package": "shiny",
      "role": "Imports"
    },
    {
      "package": "shiny.react",
      "role": "Imports"
    },
    {
      "package": "checkmate",
      "role": "Imports"
    },
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "chromote",
      "version": ">= 0.1.1",
      "role": "Suggests"
    },
    {
      "package": "shinytest2",
      "role": "Suggests"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "muiMaterial",
      "role": "Suggests"
    }
  ],
  "_owner": "lgnbhl",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2025-19",
      "n": 3
    },
    {
      "week": "2025-20",
      "n": 3
    },
    {
      "week": "2025-21",
      "n": 15
    },
    {
      "week": "2025-24",
      "n": 3
    },
    {
      "week": "2025-27",
      "n": 4
    },
    {
      "week": "2025-30",
      "n": 4
    },
    {
      "week": "2025-50",
      "n": 1
    },
    {
      "week": "2026-11",
      "n": 1
    },
    {
      "week": "2026-15",
      "n": 10
    },
    {
      "week": "2026-16",
      "n": 6
    },
    {
      "week": "2026-17",
      "n": 29
    },
    {
      "week": "2026-18",
      "n": 3
    },
    {
      "week": "2026-19",
      "n": 35
    }
  ],
  "_tags": [],
  "_stars": 14,
  "_contributors": [
    {
      "user": "lgnbhl",
      "count": 157,
      "uuid": 29467632
    },
    {
      "user": "andryas",
      "count": 1,
      "uuid": 24782390
    }
  ],
  "_userbio": {
    "uuid": 29467632,
    "type": "user",
    "name": "Félix Luginbuhl",
    "description": "Full-stack R developer"
  },
  "_downloads": {
    "count": 188,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/reactRouter"
  },
  "_devurl": "https://github.com/lgnbhl/reactrouter",
  "_pkgdown": "https://felixluginbuhl.com/reactRouter/",
  "_searchresults": 61,
  "_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/reactRouter.html",
    "extra/readme.html",
    "extra/readme.md",
    "manual.pdf"
  ],
  "_homeurl": "https://github.com/lgnbhl/reactrouter",
  "_realowner": "lgnbhl",
  "_cranurl": true,
  "_releases": [
    {
      "version": "0.1.0",
      "date": "2025-04-29"
    },
    {
      "version": "0.1.1",
      "date": "2025-07-23"
    }
  ],
  "_exports": [
    "Await",
    "BrowserRouter",
    "createBrowserRouter",
    "createHashRouter",
    "createMemoryRouter",
    "createRoutesFromElements",
    "dataResponse",
    "Form",
    "HashRouter",
    "isRouteErrorResponse",
    "JS",
    "Link",
    "Link.shinyInput",
    "MemoryRouter",
    "Navigate",
    "NavLink",
    "NavLink.shinyInput",
    "Outlet",
    "reactRouterDependency",
    "reactRouterExample",
    "redirect",
    "redirectDocument",
    "replaceResponse",
    "Route",
    "RouterProvider",
    "Routes",
    "ScrollRestoration",
    "updateLink.shinyInput",
    "updateNavLink.shinyInput",
    "useActionData",
    "useAsyncError",
    "useAsyncValue",
    "useBlocker",
    "useFetcher",
    "useFetchers",
    "useHref",
    "useInRouterContext",
    "useLinkClickHandler",
    "useLoaderData",
    "useLocation",
    "useMatch",
    "useMatches",
    "useNavigate",
    "useNavigation",
    "useNavigationType",
    "useOutlet",
    "useOutletContext",
    "useParams",
    "useResolvedPath",
    "useRevalidator",
    "useRouteError",
    "useRouteLoaderData",
    "useRoutes",
    "useSearchParams",
    "useSubmit",
    "useViewTransitionState"
  ],
  "_help": [
    {
      "page": "Await",
      "title": "Await",
      "topics": [
        "Await"
      ]
    },
    {
      "page": "BrowserRouter",
      "title": "BrowserRouter",
      "topics": [
        "BrowserRouter"
      ]
    },
    {
      "page": "createBrowserRouter",
      "title": "createBrowserRouter",
      "topics": [
        "createBrowserRouter"
      ]
    },
    {
      "page": "createHashRouter",
      "title": "createHashRouter",
      "topics": [
        "createHashRouter"
      ]
    },
    {
      "page": "createMemoryRouter",
      "title": "createMemoryRouter",
      "topics": [
        "createMemoryRouter"
      ]
    },
    {
      "page": "createRoutesFromElements",
      "title": "createRoutesFromElements",
      "topics": [
        "createRoutesFromElements"
      ]
    },
    {
      "page": "dataResponse",
      "title": "dataResponse (loader/action helper)",
      "topics": [
        "dataResponse"
      ]
    },
    {
      "page": "Form",
      "title": "Form",
      "topics": [
        "Form"
      ]
    },
    {
      "page": "HashRouter",
      "title": "HashRouter",
      "topics": [
        "HashRouter"
      ]
    },
    {
      "page": "isRouteErrorResponse",
      "title": "isRouteErrorResponse",
      "topics": [
        "isRouteErrorResponse"
      ]
    },
    {
      "page": "Link",
      "title": "Link",
      "topics": [
        "Link",
        "Link.shinyInput",
        "updateLink.shinyInput"
      ]
    },
    {
      "page": "MemoryRouter",
      "title": "MemoryRouter",
      "topics": [
        "MemoryRouter"
      ]
    },
    {
      "page": "Navigate",
      "title": "Navigate",
      "topics": [
        "Navigate"
      ]
    },
    {
      "page": "NavLink",
      "title": "NavLink",
      "topics": [
        "NavLink",
        "NavLink.shinyInput",
        "updateNavLink.shinyInput"
      ]
    },
    {
      "page": "Outlet",
      "title": "Outlet",
      "topics": [
        "Outlet"
      ]
    },
    {
      "page": "print.reactRouter",
      "title": "Print reactRouter components",
      "topics": [
        "print.reactRouter"
      ]
    },
    {
      "page": "reactRouterDependency",
      "title": "react-router-dom JS dependency",
      "topics": [
        "reactRouterDependency"
      ]
    },
    {
      "page": "reactRouterExample",
      "title": "Run reactRouterExample example",
      "topics": [
        "reactRouterExample"
      ]
    },
    {
      "page": "redirect",
      "title": "redirect (loader/action helper)",
      "topics": [
        "redirect"
      ]
    },
    {
      "page": "redirectDocument",
      "title": "redirectDocument (loader/action helper)",
      "topics": [
        "redirectDocument"
      ]
    },
    {
      "page": "replaceResponse",
      "title": "replaceResponse (loader/action helper)",
      "topics": [
        "replaceResponse"
      ]
    },
    {
      "page": "Route",
      "title": "Route",
      "topics": [
        "Route"
      ]
    },
    {
      "page": "RouterProvider",
      "title": "RouterProvider",
      "topics": [
        "RouterProvider"
      ]
    },
    {
      "page": "Routes",
      "title": "Routes",
      "topics": [
        "Routes"
      ]
    },
    {
      "page": "ScrollRestoration",
      "title": "ScrollRestoration",
      "topics": [
        "ScrollRestoration"
      ]
    },
    {
      "page": "useActionData",
      "title": "useActionData",
      "topics": [
        "useActionData"
      ]
    },
    {
      "page": "useAsyncError",
      "title": "useAsyncError",
      "topics": [
        "useAsyncError"
      ]
    },
    {
      "page": "useAsyncValue",
      "title": "useAsyncValue",
      "topics": [
        "useAsyncValue"
      ]
    },
    {
      "page": "useBlocker",
      "title": "useBlocker",
      "topics": [
        "useBlocker"
      ]
    },
    {
      "page": "useFetcher",
      "title": "useFetcher",
      "topics": [
        "useFetcher"
      ]
    },
    {
      "page": "useFetchers",
      "title": "useFetchers",
      "topics": [
        "useFetchers"
      ]
    },
    {
      "page": "useHref",
      "title": "useHref",
      "topics": [
        "useHref"
      ]
    },
    {
      "page": "useInRouterContext",
      "title": "useInRouterContext",
      "topics": [
        "useInRouterContext"
      ]
    },
    {
      "page": "useLinkClickHandler",
      "title": "useLinkClickHandler",
      "topics": [
        "useLinkClickHandler"
      ]
    },
    {
      "page": "useLoaderData",
      "title": "useLoaderData",
      "topics": [
        "useLoaderData"
      ]
    },
    {
      "page": "useLocation",
      "title": "useLocation",
      "topics": [
        "useLocation"
      ]
    },
    {
      "page": "useMatch",
      "title": "useMatch",
      "topics": [
        "useMatch"
      ]
    },
    {
      "page": "useMatches",
      "title": "useMatches",
      "topics": [
        "useMatches"
      ]
    },
    {
      "page": "useNavigate",
      "title": "useNavigate",
      "topics": [
        "useNavigate"
      ]
    },
    {
      "page": "useNavigation",
      "title": "useNavigation",
      "topics": [
        "useNavigation"
      ]
    },
    {
      "page": "useNavigationType",
      "title": "useNavigationType",
      "topics": [
        "useNavigationType"
      ]
    },
    {
      "page": "useOutlet",
      "title": "useOutlet",
      "topics": [
        "useOutlet"
      ]
    },
    {
      "page": "useOutletContext",
      "title": "useOutletContext",
      "topics": [
        "useOutletContext"
      ]
    },
    {
      "page": "useParams",
      "title": "useParams",
      "topics": [
        "useParams"
      ]
    },
    {
      "page": "useResolvedPath",
      "title": "useResolvedPath",
      "topics": [
        "useResolvedPath"
      ]
    },
    {
      "page": "useRevalidator",
      "title": "useRevalidator",
      "topics": [
        "useRevalidator"
      ]
    },
    {
      "page": "useRouteError",
      "title": "useRouteError",
      "topics": [
        "useRouteError"
      ]
    },
    {
      "page": "useRouteLoaderData",
      "title": "useRouteLoaderData",
      "topics": [
        "useRouteLoaderData"
      ]
    },
    {
      "page": "useRoutes",
      "title": "useRoutes",
      "topics": [
        "useRoutes"
      ]
    },
    {
      "page": "useSearchParams",
      "title": "useSearchParams",
      "topics": [
        "useSearchParams"
      ]
    },
    {
      "page": "useSubmit",
      "title": "useSubmit",
      "topics": [
        "useSubmit"
      ]
    },
    {
      "page": "useViewTransitionState",
      "title": "useViewTransitionState",
      "topics": [
        "useViewTransitionState"
      ]
    }
  ],
  "_pkglogo": "https://github.com/lgnbhl/reactrouter/raw/HEAD/man/figures/logo.png",
  "_readme": "https://github.com/lgnbhl/reactrouter/raw/HEAD/README.md",
  "_rundeps": [
    "backports",
    "base64enc",
    "bslib",
    "cachem",
    "checkmate",
    "cli",
    "commonmark",
    "digest",
    "fastmap",
    "fontawesome",
    "fs",
    "glue",
    "htmltools",
    "httpuv",
    "jquerylib",
    "jsonlite",
    "later",
    "lifecycle",
    "logger",
    "magrittr",
    "memoise",
    "mime",
    "otel",
    "promises",
    "purrr",
    "R6",
    "rappdirs",
    "Rcpp",
    "rlang",
    "sass",
    "shiny",
    "shiny.react",
    "sourcetools",
    "stringi",
    "vctrs",
    "withr",
    "xtable"
  ],
  "_score": 5.744371227331861,
  "_indexed": true,
  "_nocasepkg": "reactrouter",
  "_universes": [
    "lgnbhl"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-10T10:16:11.000Z",
      "distro": "noble",
      "commit": "b0735a53805e976fb07ea220c87ab52097c9f44f",
      "fileid": "a74ff0c8b978a27516c20d0c1320cf78be394145d7c783e99238799fa9396d27",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lgnbhl/actions/runs/25626009146"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.2.0",
      "date": "2026-05-10T10:15:45.000Z",
      "distro": "noble",
      "commit": "b0735a53805e976fb07ea220c87ab52097c9f44f",
      "fileid": "414f1b57763fac99c3c71a786b66377392f702532b9ae82a23cba15822f8856d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lgnbhl/actions/runs/25626009146"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-10T10:15:02.000Z",
      "commit": "b0735a53805e976fb07ea220c87ab52097c9f44f",
      "fileid": "331aac35f99689aa354d5bf2c465051040d93b5378029788366430a384d62085",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lgnbhl/actions/runs/25626009146"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.2.0",
      "date": "2026-05-10T10:15:09.000Z",
      "commit": "b0735a53805e976fb07ea220c87ab52097c9f44f",
      "fileid": "ac53dd4165fdfec5bc87d86d4a47d39b99263ad3ebb18f3e7a3c2445f6489280",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lgnbhl/actions/runs/25626009146"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-10T10:14:41.000Z",
      "commit": "b0735a53805e976fb07ea220c87ab52097c9f44f",
      "fileid": "cf1d9fedf95c3cb85e32fd6e6af9c4295724551fae9c9cde27d17646e507ed3e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lgnbhl/actions/runs/25626009146"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-10T10:14:35.000Z",
      "commit": "b0735a53805e976fb07ea220c87ab52097c9f44f",
      "fileid": "ac1ad3c96684b1b98023b084a70c98fc9fcea368415d5ab0a7c2da8fa5c8f2d2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lgnbhl/actions/runs/25626009146"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.2.0",
      "date": "2026-05-10T10:14:43.000Z",
      "commit": "b0735a53805e976fb07ea220c87ab52097c9f44f",
      "fileid": "aa69dcfe4351de709eb565b784ca9ab1358f5976963ebe6db5b0061aeb86b889",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/lgnbhl/actions/runs/25626009146"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.2.0",
      "date": "2026-05-22T12:06:22.000Z",
      "commit": "b0735a53805e976fb07ea220c87ab52097c9f44f",
      "fileid": "13cbf2098f2a5eff94f786f7568296d2158d334b274b43b8d6a0c33a4ae8030c",
      "status": "success",
      "buildurl": "https://github.com/r-universe/lgnbhl/actions/runs/25626009146"
    }
  ]
}