-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.24 KB
/
DESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Package: reactRouter
Type: Package
Title: 'React Router' for 'shiny' Apps and 'Quarto'
Version: 0.2.0
Authors@R: c(
person(given = "Felix", family = "Luginbuhl", role = c("aut", "cre", "cph"), email = "felix.luginbuhl@protonmail.ch", comment = c(ORCID = "0009-0008-6625-2899")),
person(given = "Andryas", family = "Waurzenczak", role = c("ctb"))
)
Maintainer: Felix Luginbuhl <felix.luginbuhl@protonmail.ch>
Description: Provides a wrapper around the 'react-router-dom' 'React' library for use in
'Shiny' applications and 'Quarto' documents. Enables client-side routing with hash,
and memory history strategies, nested routes, dynamic segments, data loaders, actions,
and navigation hooks.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Depends: R (>= 3.4)
Imports:
htmltools,
shiny,
shiny.react,
checkmate,
uuid,
lifecycle
Suggests:
testthat (>= 3.0.0),
chromote (>= 0.1.1.9001),
shinytest2,
knitr,
rmarkdown,
dplyr,
muiMaterial,
muiDataGrid,
muiCharts
Remotes:
lgnbhl/muiDataGrid,
lgnbhl/muiCharts
RoxygenNote: 7.3.3
URL: https://felixluginbuhl.com/reactRouter/
BugReports: https://github.com/lgnbhl/reactRouter/issues
Config/testthat/edition: 3
VignetteBuilder: knitr