-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
31 lines (31 loc) · 963 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
30
31
Package: lcars
Title: LCARS Aesthetic for Shiny
Version: 0.4.0
Authors@R: person("Matthew", "Leonawicz", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0001-9452-2771"))
Description: Provides Shiny widgets and theme that support a 'Library Computer Access/Retrieval System' (LCARS) aesthetic for Shiny apps.
The package also includes functions for adding a minimal LCARS theme to static 'ggplot2' graphs.
More details about LCARS can be found at <https://en.wikipedia.org/wiki/LCARS>.
License: MIT + file LICENSE
URL: https://github.com/leonawicz/lcars
BugReports: https://github.com/leonawicz/lcars/issues
Depends: R (>= 3.5.0)
Imports:
grid,
ggplot2,
shiny,
trekcolors
Suggests:
testthat,
knitr,
rmarkdown,
png,
ggrepel,
showtext,
leaflet,
leaflet.extras
VignetteBuilder: knitr
Encoding: UTF-8
Language: en-US
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2