1

Roxygen 在 R 中工作正常,但由于某种原因,当我尝试从命令行调用它时它会崩溃。注意到有人在 Windows 上提出了类似的投诉(此线程:R CMD roxygen notrecognized)但我现在在一个 nix 盒子上。尝试从源(install.packages("roxygen", type="source"))安装没有骰子。

想法?

4

1 回答 1

1

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.

于 2011-11-07T17:41:01.047 回答