-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
30 lines (30 loc) · 1.07 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
24
25
26
27
28
29
30
Type: Package
Package: ggcolormeter
Title: Colormeter Guide Extension
Version: 0.2.0
Authors@R:
person("June", "Choe", , "jchoe001@gmail.com", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0701-921X"))
Description: A 'ggplot2' guide extension for fill and color scales in the
style of a dashboard meter. The dashboard legend maps onto continuous
aesthetics and can be customized for its dimensions and the style of its
various components including the labels and frames. Fine-grained control
over the positioning of dashboard components is possible via an option to
expose the legend-internal coordinate system.
License: MIT + file LICENSE
URL: https://github.com/yjunechoe/ggcolormeter, https://github.com/yjunechoe/ggcolormeter/issues, https://yjunechoe.github.io/ggcolormeter/
BugReports: https://github.com/yjunechoe/ggcolormeter/issues
Depends:
ggplot2,
R (>= 4.1)
Imports:
grid (>= 4.1),
gtable,
polyclip
Suggests:
ggtext,
scales
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3