-
Notifications
You must be signed in to change notification settings - Fork 298
/
DESCRIPTION
24 lines (24 loc) · 952 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
Package: shinydashboard
Title: Create Dashboards with 'Shiny'
Version: 0.7.2
Authors@R: c(
person("Winston", "Chang", role = c("aut", "cre"), email = "[email protected]"),
person("Barbara", "Borges Ribeiro", role = "aut", email = "[email protected]"),
person(family = "RStudio", role = "cph"),
person(family = "Almasaeed Studio", role = c("ctb", "cph"), comment = "AdminLTE theme for Bootstrap"),
person(family = "Adobe Systems Incorporated", role = c("ctb", "cph"), comment = "Source Sans Pro font")
)
Description: Create dashboards with 'Shiny'. This package provides
a theme on top of 'Shiny', making it easy to create attractive dashboards.
URL: http://rstudio.github.io/shinydashboard/
Depends:
R (>= 3.0)
License: GPL (>= 2) | file LICENSE
Imports:
utils,
shiny (>= 1.0.0),
htmltools (>= 0.2.6),
promises
BugReports: https://github.com/rstudio/shinydashboard
RoxygenNote: 7.1.2
Encoding: UTF-8