[ESS] help() and library() in R return "... cat: not found"

Richard M. Heiberger rmh at temple.edu
Wed Mar 5 16:14:49 CET 2008


This looks like a PATH problem, since you can't find rm and ls, which are
basic unix tools.

Enter 
Sys.getenv("PATH")
at the R prompt.  That will probably give you the clue you need, or the clue
that R-SIG-Mac needs to help solve the problem.

Rich




More information about the ESS-help mailing list