r - Knitr: creating a standalone page with animations -
I have an R presentation using RStudio I would like to upload it to RPBs (or anywhere!) There are some animations in the document, which are the fig. Show = 'Animate'
. I also use the scianimator package:
Library (knit) opts_knit $ set (animation.fun = hook_scianimator)
However, when I Knit RStudio, Animations are saved in a separate directory. Then if I upload document RPubs, animations are not uploaded and slides do not work.
Do anyone have any suggestions or workings? I am using R 3.1.1, Niter 1.7 and Rstidio 0.98.1028 on Mac.
Comments
Post a Comment