-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.35 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
31
32
33
34
Package: ggblend
Title: Blending and Compositing Algebra for 'ggplot2'
Version: 0.1.0
Date: 2023-05-23
Authors@R:
person("Matthew", "Kay", , "mjskay@northwestern.edu", role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0001-9446-0419"))
Description: Algebra of operations for blending, copying, adjusting, and
compositing layers in 'ggplot2'. Supports copying and adjusting the
aesthetics or parameters of an existing layer, partitioning a layer
into multiple pieces for re-composition, applying affine transformations
to layers, and combining layers (or partitions of layers) using blend modes
(including commutative blend modes, like multiply and darken). Blend
mode support is particularly useful for creating plots with overlapping
groups where the layer drawing order does not change the output;
see Kindlmann and Scheidegger (2014) <doi:10.1109/TVCG.2014.2346325>.
License: MIT + file LICENSE
Language: en-US
Depends: R (>= 4.2)
Imports: methods, grid, ggplot2 (>= 3.4.0), rlang
Suggests:
covr,
testthat (>= 3.0.0),
fontquiver,
showtext,
sysfonts,
ggnewscale,
scales
Config/testthat/edition: 3
BugReports: https://github.com/mjskay/ggblend/issues/new
URL: https://mjskay.github.io/ggblend/, https://github.com/mjskay/ggblend/
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3