Skip to content

Commit b0e0a35

Browse files
committed
fix gganimate rendering
with gifski/magick/av
1 parent f501f54 commit b0e0a35

File tree

2 files changed

+8
-13
lines changed

2 files changed

+8
-13
lines changed

gapminder/workshop-tidyverse-gapminder.Rmd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,7 @@ static_plot
446446

447447
```{r gapminder-gganimate, layout="l-body-outset", fig.width=5, fig.height=4, echo=TRUE, eval=T}
448448
library(gganimate)
449+
library(gifski)
449450
animated_plot <- ggplot(gapminder,
450451
aes(gdpPercap, lifeExp,
451452
size = pop, colour = country)) +

gapminder/workshop-tidyverse-gapminder.html

Lines changed: 7 additions & 13 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)