Re: [Rd] calling handlers within R_tryEval

2009-06-16 Thread Romain Francois
Hi, If there is something I can do to push up this one, let me know. Romain l...@stat.uiowa.edu wrote: Not at present. It would be nice to have at least a mechanism for C level exiting handlers (which is what the cend ones are intended to be) but it hasn't risen high enough on my to do list

Re: [Rd] read.csv

2009-06-16 Thread Petr Savicky
On Sun, Jun 14, 2009 at 09:21:24PM +0100, Ted Harding wrote: > On 14-Jun-09 18:56:01, Gabor Grothendieck wrote: > > If read.csv's colClasses= argument is NOT used then read.csv accepts > > double quoted numerics: > > > > 1: > read.csv(stdin()) > > 0: A,B > > 1: "1",1 > > 2: "2",2 > > 3: > > A B

Re: [Rd] calling handlers within R_tryEval

2009-06-16 Thread luke
Not at present. It would be nice to have at least a mechanism for C level exiting handlers (which is what the cend ones are intended to be) but it hasn't risen high enough on my to do list yet to get done. luke On Tue, 16 Jun 2009, Romain Francois wrote: Hello, When using R_tryEval (from JR

[Rd] Dynamic Library linked with Parallel Intel MKL

2009-06-16 Thread Markus Jochmann
Hi! I call some external C++ code from R using dyn.load() and .C(). My dynamic library is linked to the parallel Intel MKL libraries and thus should make use of my quadcore processor. In fact, it does if I call it from a C++ program but not if I call it from R 2.8.1 packaged by Ubuntu (there it o

Re: [Rd] R build fails during make when configured with "--with-x=no" (PR#13665)

2009-06-16 Thread Simon Urbanek
On Jun 14, 2009, at 14:16 , kevmac wrote: I still have that same error. Can you be more specific, please (exact errors, config.log, R version ...)? Are you using latest R? Cheers, Simon Do you have the la Simon Urbanek wrote: It should be fixed now. Cheers, Simon On Apr 20, 200

[Rd] Wishlist: as.raw [or similar] support for tcl strings (PR#13758)

2009-06-16 Thread whorfin
Full_Name: Rick Sayre Version: 2.9.0 OS: windows, os x, linux Submission from: (NULL) (138.72.153.236) if a tcl "string" contains binary data, there is a problem getting this data to R, since there appears to be no way to get "raw" data without NULL interpretation. Here is a simple example. The

Re: [Rd] R build fails during make when configured with "--with-x=no" (PR#13665)

2009-06-16 Thread kevmac
I still have that same error. Simon Urbanek wrote: > > It should be fixed now. > > Cheers, > Simon > > On Apr 20, 2009, at 6:58 AM, Peter Dalgaard wrote: > >> j...@ku.edu wrote: >> >>> >>> If R is configured using the "--with=x=no" option, then the make >>> fails with the >>> following err

Re: [Rd] Masked user input - SOLVED

2009-06-16 Thread miller_2555
> ... > (This is modified from an example on James Wettenhall's page > http://bioinf.wehi.edu.au/~wettenhall/RTclTkExamples/). > > Duncan Murdoch > I had not considered a GUI solution. This works perfectly! Many thanks for the help. If I come across a CLI solution, I will post here in case o

[Rd] calling handlers within R_tryEval

2009-06-16 Thread Romain Francois
Hello, When using R_tryEval (from JRI in my case), is there a way to setup error recovery strategy and more generally calling handlers. From my reading of context.c, R_tryEval calls R_ToplevelExec which creates a context like this: begincontext(&thiscontext, CTXT_TOPLEVEL, R_NilValue, R_G