R CMD roxygen - 执行:65:roxygen:未找到
Roxygen 在 R 中工作正常,但由于某种原因,当我尝试从命令行调用它时,它会崩溃。注意到 Windows 上某人的类似投诉(此线程:R CMD roxygen 无法识别)但我现在正处于一个尼克斯盒子上。尝试从源代码安装(install.packages("roxygen", type="source")
)没有骰子。
想法?
Roxygen works fine from within R, but for some reason it craps out when I try to call it from the command line. Noticed a similar complaint from someone on windows (this thread: R CMD roxygen not recognized) but I'm on a nix box right now. Tried installing from source (install.packages("roxygen", type="source")
) no dice there.
Thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这个问题没有答案,因为它所质疑的包基本上已被弃用。
请改用 roxygen2 并编写一个 shell 脚本,以便在打包时对 R 中的代码进行 roxygenize。
This question doesn't have an answer as the package it is questioning is essentially deprecated.
Use roxygen2 instead and write a shell script to roxygenize code from within R at the time of packaging.