加速吸氧
在大包上运行 R CMD roxygen 可能需要相当长的时间。这显然效率低下,而且无论自上次 roxygen 调用后文件是否已更改,它都会遍历所有内容。
关于如何加快速度有什么建议吗?
Running R CMD roxygen
on a big package can take quite a long time. It's obviously inefficient as well as it goes through everything regardless of whether a file has changed since the last roxygen call.
Any tips on how to speed things up?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
氧2> 3.0.0 明显更快,并且不再需要缓存。
在我的本地版本的 roxygen 中,我有:
我认为这些是您需要的唯一更改,但我不确定。它使氧气的速度加快一个数量级。
Roxygen2 > 3.0.0 is substantially faster, and no longer needs caching.
In my local version of roxygen, I have:
I think those are the only changes you need, but I'm not sure. It speeds up roxygen by an order of magnitude.