Re: [R-SIG-Mac] Rscript?

2015-10-20 Thread Roger Koenker
I have: yzzy: pwd /Library/Frameworks/R.framework/Versions yzzy: ls -la total 8 drwxrwxr-x+ 16 root admin 544 Oct 20 11:13 . drwxrwxr-x+ 8 root admin 272 Oct 20 11:13 .. drwxrwxr-x+ 3 root admin 102 Feb 10 2010 2.10 drwxrwxr-x+ 3 root admin 102 May 1 2011 2.11 drwxrwxr-x+ 3 root

Re: [R-SIG-Mac] Rscript?

2015-10-20 Thread Rainer M Krug
Roger Koenker writes: > I don’t use Rscript, but thought I would try to see if I could improve my > workflow this morning and have > encountered a somewhat baffling roadblock: > > I try to run: > > yzzy: Rscript --verbose -e "cat('hi')" > running >

Re: [R-SIG-Mac] Rscript?

2015-10-20 Thread Kevin Ushey
FWIW, with a recent-ish CRAN R installation (3.2.2 patched, r69059) on El Capitan, I have the same and all is well: kevin:~$ which Rscript /usr/local/bin/Rscript kevin:~$ which Rscript | xargs greadlink /Library/Frameworks/R.framework/Resources/bin/Rscript kevin:~$ which