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.
To install the stable version on CRAN:
('animation') install.packages
To install the GitHub version under development:
('animation', repos = 'https://xran.yihui.org') install.packages
If you want to contribute, the documentation and NAMESPACE of this package are generated by roxygen2 and Rd2roxygen:
(!require('Rd2roxygen') install.packages('Rd2roxygen')
if Rd2roxygen::rab('animation', install = TRUE)
Bugs and feature requests can be filed to https://github.com/yihui/animation/issues. Pull requests are also welcome.