# animation **Repository Path**: mirrors_yihui/animation ## Basic Information - **Project Name**: animation - **Description**: A gallery of animations in statistics and utilities to create animations - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-02-27 - **Last Updated**: 2026-03-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # animation [![R-CMD-check](https://github.com/yihui/animation/workflows/R-CMD-check/badge.svg)](https://github.com/yihui/animation/actions) [![Downloads from the RStudio CRAN mirror](https://cranlogs.r-pkg.org/badges/animation)](https://cran.r-project.org/package=animation) ## Introduction This is an R package to create and export animations to a variety of formats (HTML/JS, GIF, Video, PDF), and it also serves as a gallery of statistical animations. ## Installation To install the stable version on CRAN: ```s install.packages('animation') ``` To install the GitHub version under development: ```s install.packages('animation', repos = 'https://yihui.r-universe.dev') ``` If you want to contribute, the documentation and NAMESPACE of this package are generated by **roxygen2** and **Rd2roxygen**: ```s if (!require('Rd2roxygen') install.packages('Rd2roxygen') Rd2roxygen::rab('animation', install = TRUE) ``` ## Contact Bugs and feature requests can be filed to . Pull requests are also welcome.