Re: [R-SIG-Mac] sort() under terminal

2015-10-12 Thread Rainer M Krug
Adrian Dușa writes: > Dear All, > > I tried to search some information about this on Google, but didn't find > anything yet. > There seems to be a difference between sorting in the Terminal app and > sorting in the Rgui: > > In the Terminal: Just a guess: Check the

Re: [R-SIG-Mac] sort() under terminal

2015-10-12 Thread Duncan Murdoch
On 12/10/2015 10:59 AM, Adrian Dușa wrote: > Dear All, > > I tried to search some information about this on Google, but didn't find > anything yet. > There seems to be a difference between sorting in the Terminal app and > sorting in the Rgui: > > In the Terminal: > >> sort(c("W", "e", "E")) >

Re: [R-SIG-Mac] sort() under terminal

2015-10-12 Thread THIOULOUSE JEAN
The difference is not between the Terminal and Rgui. Check your locale: in the Terminal, I get > sort(c("W", "e", "E")) [1] "e" "E" "W" > sessionInfo() R version 3.2.1 (2015-06-18) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: OS X 10.10.5 (Yosemite) locale: [1]

[R-SIG-Mac] R and Haskell (Having My Cake...)

2015-10-12 Thread Dominic Steinitz
All, As someone who uses both R and Haskell and a Mac in my day job, I am very excited by the news that this now works on Macs. > http://tweag.github.io/HaskellR/ For example, if I want to use Nelder-Mead in Haskell then all I have to do is the code below

[R-SIG-Mac] sort() under terminal

2015-10-12 Thread Adrian Dușa
Dear All, I tried to search some information about this on Google, but didn't find anything yet. There seems to be a difference between sorting in the Terminal app and sorting in the Rgui: In the Terminal: > sort(c("W", "e", "E")) [1] "E" "W" "e" > R.version _ platform

Re: [R-SIG-Mac] XCode / gcc / R compatibility issues on Yosemite with XCode 7 and on El Capitan

2015-10-12 Thread Jenny Brown
Thank you to both of you. I believe my issue is solved by using the binary distribution of gfortran libraries, as it was dynamic linking that was causing me the most headache. And that seems to solve that. I still have to modify the etc/Makeconf file to use the right directory for -L and the

Re: [R-SIG-Mac] Experiences with El Capitan

2015-10-12 Thread Spencer Graves
On 10/12/2015 8:51 PM, Kevin Ushey wrote: The simplest way to fix your issue is to symlink R to /usr/local/bin, e.g. ln -s /Library/Frameworks/R.framework/Resources/bin/R /usr/local/bin/R This worked. Thanks. Spencer ... but not completely: "R CMD build" worked. "R CMD check"