Skip to content

Commit 39ae1b3

Browse files
committed
update with module gifski
1 parent b05f537 commit 39ae1b3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Package: Parcours-R
22
Type: Book
33
Title: Formations à R
44
Version: 0.0.2
5-
Imports: rmarkdown, htmltools, tidyverse, cartography, sf, GGally, dplyr, plotly, bookdown, RcppRoll, DT, RPostgreSQL, rsdmx, XML, lsr, ggmosaic, visNetwork, FactoMineR, factoextra, ggExtra, kableExtra, hrbrthemes, tmap, highcharter, waffle, gganimate, svglite, cowplot
5+
Imports: rmarkdown, htmltools, tidyverse, cartography, sf, GGally, dplyr, plotly, bookdown, RcppRoll, DT, RPostgreSQL, rsdmx, XML, lsr, ggmosaic, visNetwork, FactoMineR, factoextra, ggExtra, kableExtra, hrbrthemes, tmap, highcharter, waffle, gganimate, svglite, cowplot, gifski
66
License: MIT
77
Description: Valise pédagogique pour la formation à R
88
Authors@R: person("Stéphane", "Trainel", role = c("ctb", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-4473-3121"))

Supports_formations/m5_valorisation_des_donnees/12b-graphiques-animés.Rmd

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ La fonction animate() permet de paramétrer notre animation.Notamment:
8989
Ici par exemple, nous paramétrons le rendu pour supprimer la boucle d'animation (*loop=FALSE*)
9090

9191
```{r gganimate4,warning = FALSE,message = FALSE,error=FALSE}
92+
require(gifski)
9293
animate(anim,renderer=gifski_renderer(file = tempfile(fileext = ".gif"),
9394
loop = FALSE,
9495
width = NULL,

0 commit comments

Comments
 (0)