-
Notifications
You must be signed in to change notification settings - Fork 33
/
DESCRIPTION
55 lines (55 loc) · 1.29 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
47
48
49
50
51
52
53
54
55
Package: shiny.fluent
Title: Microsoft Fluent UI for Shiny Apps
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")
)
Description:
A rich set of UI components for building Shiny applications,
including inputs, containers, overlays, menus, and various utilities.
All components from Fluent UI (the underlying JavaScript library)
are available and have usage examples in R.
URL: https://appsilon.github.io/shiny.fluent/, https://github.com/appsilon/shiny.fluent
License: LGPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 2.10)
Imports:
htmltools,
jsonlite,
purrr,
shiny,
shiny.react (>= 0.4.0)
Suggests:
chromote,
covr,
dplyr,
DT,
ggplot2,
glue,
imola,
knitr,
leaflet,
mockery,
plotly,
rcmdcheck,
RColorBrewer,
rmarkdown,
sass,
shiny.i18n (>= 0.3.0),
shiny.router (>= 0.3.1),
shinyjs,
shinytest2,
sortable,
stringi,
testthat (>= 3.0.0),
tibble,
withr
Config/testthat/edition: 3