果然是无实验无真相啊 .. 不给力的R-Forge ..
==
readme里有一句:
<br />
install.packages(c('Rd2roxygen', 'formatR'))<br />
library(Rd2roxygen)<br />
## make sure getwd() is right above the animation directory<br />
rab('./animation', install=TRUE)<br />
这里'above'是指'animation'的上一层目录还是animation目录本身?</p>
(git clone来的animation包放在D:/animation目录下, 打开D:/animation这个目录, 会直接看到inst, data, demo等目录.)
因为似乎
<br />
library(Rd2roxygen)<br />
setwd("D:/")<br />
rab("./animation")<br />
</p>
在process以后不能创建文件:
1: In file.create(to[okay]) :
cannot create file './animation.roxygen/animation/data/CLELAL09.rda', reason 'No such file or directory'
等等'more than 50 warnings'.
而
<br />
library(Rd2roxygen)<br />
setwd("D:/animation/")<br />
rab("./")<br />
就ok.</p>
或者是我对'above'的理解有误 .. [s:12]