###################INSTALLATION#########################
The repository on GitHub is not a complete R package -- it has no
'man' directory. To install this 'package' here, it is recommended that
you install R2roxygen first; then run rab() on this source package.

install.packages(c('Rd2roxygen', 'formatR'))
library(Rd2roxygen)
## make sure getwd() is right above the animation directory
## e.g. the package is here: D:/pkg/animation, then you need to
## setwd('D:/pkg') first
rab('animation', install=TRUE)
########################################################
