-
Notifications
You must be signed in to change notification settings - Fork 309
/
DESCRIPTION
102 lines (102 loc) · 2.42 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Type: Package
Package: gganimate
Title: A Grammar of Animated Graphics
Version: 1.0.9.9000
Authors@R: c(
person("Thomas Lin", "Pedersen", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5147-4711")),
person("David", "Robinson", , "[email protected]", role = "aut"),
person("Posit, PBC", role = c("cph", "fnd"))
)
Maintainer: Thomas Lin Pedersen <[email protected]>
Description: The grammar of graphics as implemented in the 'ggplot2'
package has been successful in providing a powerful API for creating
static visualisation. In order to extend the API for animated graphics
this package provides a completely new set of grammar, fully
compatible with 'ggplot2' for specifying transitions and animations in
a flexible and extensible way.
License: MIT + file LICENSE
URL: https://gganimate.com, https://github.com/thomasp85/gganimate
BugReports: https://github.com/thomasp85/gganimate/issues
Depends:
ggplot2 (>= 3.5.0)
Imports:
cli,
glue,
grDevices,
grid,
lifecycle,
progress,
rlang,
scales,
stringi,
transformr (>= 0.1.5),
tweenr (>= 2.0.3),
utils,
vctrs
Suggests:
av,
base64enc,
covr,
gifski (>= 1.4.3),
htmltools,
knitr,
magick,
ragg,
rmarkdown,
sf,
svglite,
testthat
VignetteBuilder:
knitr
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Collate:
'aaa.R'
'anim_save.R'
'animate.R'
'animation_store.R'
'ease-aes.R'
'gganim.R'
'gganimate-ggproto.R'
'gganimate-package.r'
'ggplot2_reimpl.R'
'group_column.R'
'import-standalone-obj-type.R'
'import-standalone-types-check.R'
'layer_type.R'
'match_shapes.R'
'plot-build.R'
'post_process.R'
'renderers.R'
'scene.R'
'shadow-.R'
'shadow-mark.R'
'shadow-null.R'
'shadow-trail.R'
'shadow-wake.R'
'transformr.R'
'transition-.R'
'transition-components.R'
'transition-events.R'
'transition-filter.R'
'transition-manual.R'
'transition-layers.R'
'transition-null.R'
'transition-states.R'
'transition-time.R'
'transition_reveal.R'
'transmute-.R'
'transmute-enter.R'
'transmute-exit.R'
'transmuters.R'
'tween_before_stat.R'
'view-.R'
'view-follow.R'
'view-static.R'
'view-step.R'
'view-step-manual.R'
'view-zoom.R'
'view-zoom-manual.R'
'zzz.R'