forked from Appsilon/semantic.dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
26 lines (26 loc) · 802 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
Package: semantic.dashboard
Type: Package
Title: Dashboard with Semantic UI Support for Shiny
Version: 0.1.5
Authors@R: c(person("Filip", "Stachura", email = "[email protected]", role = "aut"),
person("Dominik", "Krzeminski", email = "[email protected]", role = "cre"),
person("Krystian", "Igras", role = "ctb"),
person("Michał", "Maj", role = "ctb"),
person(family = "Appsilon Data Science", role = "cph"))
Description: It offers functions for creating dashboard with Semantic UI.
BugReports: https://github.com/Appsilon/semantic.dashboard/issues
Encoding: UTF-8
LazyData: TRUE
License: MIT + file LICENSE
Imports:
utils,
shiny (>= 0.12.1),
shiny.semantic (>= 0.1.2),
htmltools,
glue
Suggests:
testthat,
lintr,
shinydashboard,
covr
RoxygenNote: 7.1.0