开发者

R CMD roxygen - exec: 65: roxygen: not found

开发者 https://www.devze.com 2023-04-09 23:04 出处:网络
Roxygen works fine from within R, but for some reason it craps out when I try to call it from the comm开发者_开发技巧and line. Noticed a similar complaint from someone on windows (this thread: R CMD r

Roxygen works fine from within R, but for some reason it craps out when I try to call it from the comm开发者_开发技巧and 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?


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消