1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40
|
# animation
<!-- badges: start -->
[](https://github.com/yihui/animation/actions)
[](https://cran.r-project.org/package=animation)
<!-- badges: end -->
## 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://xran.yihui.org')
```
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
<https://github.com/yihui/animation/issues>. Pull requests are also welcome.
|