gganimate
Extend ggplot2 with a grammar of animation for animated data visualizations
gganimate is in caretaker mode, tracking ggplot2 and little else
◆Recent moves
- 11mo ago
Label rendering fix for ggplot2 v4
A single-line fix for label rendering under ggplot2 v4. Pure compatibility upkeep.
View source ↗ - 1y ago
Adapted for the upcoming ggplot2 release
A compatibility-only release ahead of a ggplot2 update, with no user-facing change.
View source ↗ - 2y ago
Transition fixes and a move onto vctrs, cli and lifecycle
The most substantial recent release: several transition_reveal() and knitting bugs fixed, and the internals brought in line with modern ggplot2 conventions. This is the groundwork that makes the later compatibility passes small.
View source ↗ - 3y ago
Transition and ffmpeg detection bug fixes
A batch of narrow transition and label bug fixes plus removal of the plyr dependency. Nothing that changes what users can animate.
View source ↗ - 5y ago
Support for the ragg PNG device
Adds ragg device support so animations render correctly under knitr's ragg backend. Small, but it is renderer capability rather than a fix.
View source ↗ - 6y ago
gifski rendering no longer needs the png package
Drops a dependency from the gifski render path and warns at startup when no renderer backend is present. Part of the same renderer cleanup arc as ragg support.
View source ↗