forked from nik01010/dashboardthemes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
29 lines (29 loc) · 894 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
27
28
29
Package: dashboardthemes
Type: Package
Title: Customise the Appearance of 'shinydashboard' Applications using Themes
Version: 1.1.6
Authors@R: person("Nik", "Lilovski", email = "[email protected]",
role = c("aut", "cre"))
Maintainer: Nik Lilovski <[email protected]>
Description: Allows manual creation of themes and logos to be used in
applications created using the 'shinydashboard' package. Removes the need to
change the underlying css code by wrapping it into a set of convenient R
functions.
URL: https://github.com/nik01010/dashboardthemes
BugReports: https://github.com/nik01010/dashboardthemes/issues
Depends:
R (>= 3.2.3)
Imports:
htmltools (>= 0.3.5)
Suggests:
testthat,
lintr,
knitr,
rmarkdown,
glue,
covr
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.0
VignetteBuilder: knitr