animation - アールメカブ

アールメカブ


animation

Rの備忘録

サーバーに debianパッケージ化されたRを入れているんだが

apt-get install r-cran-animation

は無かったので,開発者の yihuiのgithub からソースを落としてインストールした.手順は以下にあるとおりで,若干面倒だが,とりあえず,これで鯖版 RStudio からanimationパッケージの,シミュレーションデモが利用できるようになった.

###################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)
########################################################
 
Link: R_old_tips3(1742d) Rの備忘録(3779d)
Last-modified: 2011-06-02 (木) 18:13:09 (4709d)