-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathDESCRIPTION
More file actions
55 lines (55 loc) · 1.29 KB
/
DESCRIPTION
File metadata and controls
55 lines (55 loc) · 1.29 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
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 = "[email protected]"),
person("Kamil", "Żyła", role = "aut", email = "[email protected]"),
person("Marek", "Rogala", role = "aut", email = "[email protected]"),
person("Appsilon Sp. z o.o.", role = "cph", email = "[email protected]")
)
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