Skip to content
Prev 41954 / 63421 Next

Bug in Sys.which()?

On 11-11-28 5:20 PM, Dan Tenenbaum wrote:
R doesn't necessarily have the same search path as your command prompt. 
  (Look at PATH in your command line, and Sys.getenv("PATH") in R, to 
compare.) When I try Sys.which() that with two things known to be on the 
path that R uses, it finds both.

Duncan Murdoch