-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.42 KB
/
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
41
42
43
44
45
46
Package: shinyChakraUI
Title: A Wrapper of the 'React' Library 'Chakra UI' for 'Shiny'
Version: 1.1.1
Authors@R: c(
person(given = "Stéphane",
family = "Laurent",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = "Segun",
family = "Adebayo",
role = "cph",
comment = "'Chakra UI' library (https://chakra-ui.com/)"),
person(given = "David",
family = "Kaye",
role = "ctb",
comment = "'json-normalize.js'"),
person(given = "RubyLouvre",
role = "cph",
comment = "'jsx-parser' library"),
person(given = "Terence",
family = "Eden",
role = "cph",
comment = "'SuperTinyIcons' library (https://github.com/edent/SuperTinyIcons/)"),
person(given = "Ionic (http://ionic.io/)",
role = "cph"))
Description: Makes the 'React' library 'Chakra UI' usable in 'Shiny' apps. 'Chakra UI' components include alert dialogs, drawers (sliding panels), menus, modals, popovers, sliders, and more.
License: GPL (>= 3)
Encoding: UTF-8
URL: https://github.com/stla/shinyChakraUI
BugReports: https://github.com/stla/shinyChakraUI/issues
RoxygenNote: 7.1.2
Imports:
htmltools,
reactR,
shiny,
jsonlite,
rlang,
stringr,
grDevices,
utils,
formatR,
fontawesome
Suggests:
testthat (>= 3.0.0),
V8
Config/testthat/edition: 3