[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 for setwd, any other methods to graphically do
this is also appreciated.

Thanks so much for any solutions.


Jean

__
R-help@stat.math.ethz.ch mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


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 Rserv:
rserv (http://www.rosuda.org/Rserve/index.shtml) has a C++ API for 
calling r functions.

Eryk.

doktora v wrote:
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 is it sufficiently easy to build them?
your help is much appreciated!
thanks
doktora
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
 


--
Dipl. bio-chem. Witold Eryk Wolski
MPI-Moleculare Genetic
Ihnestrasse 63-73 14195 Berlin
tel: 0049-30-83875219 __(_
http://www.molgen.mpg.de/~wolski  \__/'v'
http://r4proteomics.sourceforge.net||/   \
mail: [EMAIL PROTECTED]^^ m m
 [EMAIL PROTECTED]
__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


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 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 is it sufficiently easy to build them?
 
 your help is much appreciated!
 thanks
 doktora
 
 __
 [EMAIL PROTECTED] mailing list
 https://stat.ethz.ch/mailman/listinfo/r-help
 PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html


[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 is it sufficiently easy to build them?

your help is much appreciated!
thanks
doktora

__
[EMAIL PROTECTED] mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html