-
Notifications
You must be signed in to change notification settings - Fork 97
/
DESCRIPTION
executable file
·64 lines (64 loc) · 2.18 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
56
57
58
59
60
61
62
63
64
Type: Package
Package: shiny.semantic
Title: Semantic UI Support for Shiny
Version: 0.5.1
Authors@R: c(person("Filip", "Stachura", email = "[email protected]", role = "aut"),
person("Dominik", "Krzeminski", role = "aut"),
person("Krystian", "Igras", role = "aut"),
person("Adam", "Forys", role = "aut"),
person("Paweł", "Przytuła", email = "[email protected]", role = "aut"),
person("Jakub", "Chojna", email = "[email protected]", role = "aut"),
person("Olga", "Mierzwa-Sulima", email = "[email protected]", role = "aut"),
person("Jakub", "Nowicki", email = "[email protected]", role = c("aut", "cre")),
person("Tymoteusz", "Makowski", email = "[email protected]", role = "aut"),
person("Ashley", "Baldry", role = "ctb"),
person("Pedro", "Manuel Coutinho da Silva", email = "[email protected]", role = "ctb"),
person("Kamil", "Żyła", email = "[email protected]", role = "ctb"),
person("Rabii", "Bouhestine", role = "ctb"),
person("Federico", "Rivandeira", email = "[email protected]", role = "ctb"),
person(family = "Appsilon Sp. z o.o.", role = c("cph")))
Description: Creating a great user interface for your Shiny apps can be a
hassle, especially if you want to work purely in R and don't want to
use, for instance HTML templates. This package adds support for a
powerful UI library Fomantic UI - <https://fomantic-ui.com/> (before
Semantic). It also supports universal UI input binding that works with
various DOM elements.
License: MIT + file LICENSE
URL: https://appsilon.github.io/shiny.semantic/, https://github.com/Appsilon/shiny.semantic
BugReports: https://github.com/Appsilon/shiny.semantic/issues
Imports:
glue,
grDevices,
htmltools (>= 0.2.6),
htmlwidgets (>= 0.8),
jsonlite,
magrittr,
purrr (>= 0.2.2),
R6,
semantic.assets (>= 1.1.0),
shiny (>= 0.12.1),
stats
Suggests:
covr,
chromote,
dplyr,
DT,
gapminder,
knitr,
leaflet,
lintr,
markdown,
mockery,
plotly,
rcmdcheck,
rmarkdown,
testthat,
shinytest2,
tibble,
withr
VignetteBuilder:
knitr
Encoding: UTF-8
Language: en-US
LazyData: TRUE
RoxygenNote: 7.3.1