[R] C-c C-c and tcltk cause R to get a segmentation fault

2005-01-17 Thread Jean Eid
when tcltk is called and a C-c C-c is issued a message of Illegal instruction is issued and the R process is killed. To reproduce please do the following require(tcltk) C-c C-c It will say Illegal instruction I use a debian 2.4 kernel with R 2.0.1 tcltck version 2.0.1. I use tcltk to have gui

Re: [R] C/C++

2004-10-15 Thread Witold Eryk Wolski
Hi, Unfortunately I have only some beginners hints to this very interesting topic. Writing R extensions provides examples how to execute r functions from within C code. There is also somewhere a doc how to use R as a shared library (?). But I dont remember in which doc exactly. Furthermore

Re: [R] C/C++

2004-10-15 Thread Adaikalavan Ramasamy
Have you checked Section 5.14 (page 64) of R-extension titled Using these functions in your own C code. Section 5.7 tells you about some of the available subroutines. On Fri, 2004-10-15 at 01:31, doktora v wrote: Hey everyone, I have been looking for a while for ways to integrate R's

[R] C/C++

2004-10-14 Thread doktora v
Hey everyone, I have been looking for a while for ways to integrate R's wonderful functions into my C++ software, but I have not found anything concrete. So finally, i post to this list to see if anyouse else knows about this, or has done it!? Is it possible? Are there C++ or C R libraries? Or