-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathDESCRIPTION
23 lines (23 loc) · 1.09 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
Package: tablerDash
Type: Package
Title: 'Tabler' API for 'Shiny'
Version: 0.1.5
Authors@R: c(
person("David", "Granjon", email = "dgranjon@ymail.com", role = c("aut", "cre")),
person(family = "RinteRface", role = "cph"),
person(family = "codecalm", role = c("ctb", "cph"), comment = "tabler template for Bootstrap 4"),
person("Winston", "Chang", role = c("ctb", "cph"), comment = "Utils functions from shinydashboard"))
Maintainer: David Granjon <dgranjon@ymail.com>
Description: 'R' interface to the 'Tabler' HTML template. See more here <https://tabler.io>.
'tablerDash' is a light 'Bootstrap 4' dashboard template. There are different
layouts available such as a one page dashboard or a multi page template,
where the navigation menu is contained in the navigation bar.
URL: https://rinterface.github.io/tablerDash/, https://github.com/RinteRface/tablerDash/
BugReports: https://github.com/RinteRface/tablerDash/issues
Imports: shiny, htmltools
Suggests: shinyWidgets, shinyEffects, echarts4r, knitr
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.3.2
Depends:
R (>= 2.10)