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
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
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
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
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
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
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
> ...
> (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
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