search for: rnamedcall

Displaying 3 results from an estimated 3 matches for "rnamedcall".

2007 Jul 04
2
problem with findFun call from embedded R
...t didn't see anything in the 2.5.1-patched release notes indicating this issue had been noticed) on Fedora Core 6 x86_64 (also duplicated with R-2.5.0 on FC7 i386). Steps to reproduce: 8<------------------------ configure, make, make install from source tree cd tests/Embedding/ make RNamedCall ./RNamedCall #works as expected mv foo.R foo.R.orig ./RNamedCall #segfaults 8<------------------------ output: 8<------------------------ Error in file(file, "r", encoding = encoding) : unable to open connection In addition: Warning message: cannot open file 'f...
2009 Nov 14
1
R_tryEval for OCaml-R.
Hello. I'm currently working on the OCaml-R binding allowing to call R code from Objective Caml. As Objective Caml is a functional language, I'd like the binding to be as 'functional' as possible. Specifically, this means that I'd like using the R_tryEval function and all related entry points in libR.so. I've had a look at R-exts.pdf, but R_tryEval is not documented.
2008 Apr 29
2
Calling R from C - part way there but need a push!
Dear All, I've read the manual on "Writing R Extensions" and in particular the part on calling R from C. (Most of the manual is about calling C from R, not the other way around.) The good news is that I can now call _some_ R from C, specifically the R functions which have C header files. However it isn't clear to me how to call R functions that are written in R. I