Package: reactRouter
Type: Package
Title: 'React Router' for 'shiny' Apps and 'Quarto'
Version: 0.1.1
Authors@R: c(
    person(given = "Felix", family = "Luginbuhl", role = c("aut", "cre"), email = "felix.luginbuhl@protonmail.ch", comment = c(ORCID = "0009-0008-6625-2899")),
    person(given = "Andryas", family = "Waurzenczak", role = c("ctb")),
    person(family = "Shopify Inc.", role = c("ctb", "cph"), comment = "Shopify Inc. template <https://reactrouter.com/>")
    )
Maintainer: Felix Luginbuhl <felix.luginbuhl@protonmail.ch>
Description: You can easily share url pages using 'React Router' in 'shiny' applications
  and 'Quarto' documents. The package wraps the 'react-router-dom' 'React' library and
  provides access to hash routing to navigate on multiple url pages.
License: MIT + file LICENSE
Encoding: UTF-8
Depends: R (>= 3.4)
Imports: htmltools, shiny, shiny.react, checkmate, uuid
Suggests: testthat (>= 3.0.0), chromote (>= 0.1.1.9001), shinytest2,
        knitr, rmarkdown
RoxygenNote: 7.3.2
URL: https://felixluginbuhl.com/reactRouter/
BugReports: https://github.com/lgnbhl/reactRouter/issues
Config/testthat/edition: 3
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2025-07-23 14:05:29 UTC; felix
Author: Felix Luginbuhl [aut, cre] (ORCID:
    <https://orcid.org/0009-0008-6625-2899>),
  Andryas Waurzenczak [ctb],
  Shopify Inc. [ctb, cph] (Shopify Inc. template
    <https://reactrouter.com/>)
Repository: CRAN
Date/Publication: 2025-07-23 14:30:02 UTC
Built: R 4.4.1; ; 2025-07-23 14:48:08 UTC; unix
