Re: [R-SIG-Mac] function data.entry() doesn't work and generate error

2015-10-14 Thread Davide Radice
Brian, Compiling with brew install R --with-x11 it works. Thank you for your reply. -- Davide Radice Blog: http://www.analisilaica.it Facebook: http://www.facebook.com/davide.radice Twitter: https://twitter.com/davideradice 2015-10-14 11:37 GMT+02:00 Prof Brian Ripley

[R-SIG-Mac] function data.entry() doesn't work and generate error

2015-10-14 Thread Davide Radice
Hi to all. Function data.entry() doesn't work and generate error on Mac OS X 10.11 with R version 3.2.2 (installed via Homebrew). > cheese = c(1,2,3) > data.entry(cheese) error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/otool: can't open

Re: [R-SIG-Mac] function data.entry() doesn't work and generate error

2015-10-14 Thread Prof Brian Ripley
Well, it appears that your build (which is not one of those supported here) did not include X11, and that must have been purposely excluded. So the error is correct and the warning adds information To use data.entry() you need to be using R.app, Windows or have R compiled to use X11 and

Re: [R-SIG-Mac] function data.entry() doesn't work and generate error

2015-10-14 Thread Prof Brian Ripley
On 14/10/2015 12:45, peter dalgaard wrote: On 14 Oct 2015, at 11:37 , Prof Brian Ripley wrote: Well, it appears that your build (which is not one of those supported here) did not include X11, and that must have been purposely excluded. So the error is correct and the

Re: [R-SIG-Mac] function data.entry() doesn't work and generate error

2015-10-14 Thread peter dalgaard
On 14 Oct 2015, at 11:37 , Prof Brian Ripley wrote: > Well, it appears that your build (which is not one of those supported here) > did not include X11, and that must have been purposely excluded. > > So the error is correct and the warning adds information To use