forked from Appsilon/shiny.react
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
40 lines (40 loc) · 981 Bytes
/
DESCRIPTION
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
Package: shiny.react
Title: Tools for Using React in Shiny
Version: 0.4.0
Authors@R:
c(
person("Jakub", "Sobolewski", role = c("aut", "cre"), email = "opensource+jakub.sobolewski@appsilon.com"),
person("Kamil", "Żyła", role = "aut", email = "kamil@appsilon.com"),
person("Marek", "Rogala", role = "aut", email = "marek@appsilon.com"),
person("Appsilon Sp. z o.o.", role = "cph", email = "opensource@appsilon.com")
)
URL: https://appsilon.github.io/shiny.react/, https://github.com/Appsilon/shiny.react
Description:
A toolbox for defining React component wrappers which can be used seamlessly in Shiny apps.
License: LGPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
VignetteBuilder: knitr
Imports:
glue,
htmltools,
jsonlite,
logger,
methods,
purrr,
rlang,
shiny,
stringi
Suggests:
chromote,
covr,
knitr,
leaflet,
lintr (>= 3.0.0),
rcmdcheck,
rmarkdown,
shinytest2,
styler,
testthat,
withr