[R-SIG-Mac] Yosemite and R

Hadley Wickham h.wickham at gmail.com
Mon Oct 20 17:21:20 CEST 2014


>
> I have been running Yosemite for quite a while and didn't see any issues so far. Given how little changed in Yosemite I don't expect any changes to the Mavericks build at this point (i.e. Mavericks will remain the base target for all recent OS X builds).

At RStudio, we've seen one problem - the PATH is not passed along to
sub-processes, e.g. these two functions return different values:

Sys.getenv("PATH")
system("echo $PATH")

This breaks Sys.which().

Hadley

-- 
http://had.co.nz/



More information about the R-SIG-Mac mailing list