Skip to content

A gallery of animations in statistics and utilities to create animations

Notifications You must be signed in to change notification settings

yihui/animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Mar 24, 2023
30cb6f3 · Mar 24, 2023
Mar 24, 2023
Oct 6, 2021
Feb 26, 2011
May 20, 2020
Oct 6, 2021
Oct 6, 2021
Jun 28, 2013
Nov 24, 2020
Jun 19, 2012
Oct 7, 2021
Mar 29, 2017
Oct 7, 2021
Nov 24, 2020
Mar 29, 2017

Repository files navigation

animation

R-CMD-check Downloads from the RStudio CRAN mirror

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:

install.packages('animation')

To install the GitHub version under development:

install.packages('animation', repos = 'https://xran.yihui.org')

If you want to contribute, the documentation and NAMESPACE of this package are generated by roxygen2 and Rd2roxygen:

if (!require('Rd2roxygen') install.packages('Rd2roxygen')
Rd2roxygen::rab('animation', install = TRUE)

Contact

Bugs and feature requests can be filed to https://github.com/yihui/animation/issues. Pull requests are also welcome.