-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
35 lines (35 loc) · 1.05 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
35
Package: ggfx
Title: Pixel Filters for 'ggplot2' and 'grid'
Version: 1.0.1.9000
Authors@R:
c(person(given = "Thomas Lin",
family = "Pedersen",
role = c("aut", "cre"),
email = "thomasp85@gmail.com",
comment = c(ORCID = "0000-0002-5147-4711")),
person(given = "RStudio",
role = c("cph", "fnd")))
Description: Provides a range of filters that can be applied to layers from the
'ggplot2' package and its extensions, along with other graphic elements such
as guides and theme elements. The filters are applied at render time and
thus uses the exact pixel dimensions needed.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Imports:
magick (>= 2.7.1),
ragg,
grid,
ggplot2,
grDevices,
gtable,
rlang
RoxygenNote: 7.2.1
URL: https://ggfx.data-imaginist.com, https://github.com/thomasp85/ggfx
BugReports: https://github.com/thomasp85/ggfx/issues
Suggests:
covr,
knitr,
rmarkdown,
farver (>= 2.1.0)
VignetteBuilder: knitr