Re: [R] Using R as Shared Library

2012-08-12 Thread Thorsten Jolitz
Dirk Eddelbuettel writes: > On 12 August 2012 at 07:56, Michael Weylandt wrote: > | On Aug 12, 2012, at 6:09 AM, Thorsten Jolitz > | wrote: > | > Thorsten Jolitz writes: > | > Let me reformulate my question (since I managed to make 'native' calls > | > to C functions in libR by now): > | > I s

Re: [R] Using R as Shared Library

2012-08-12 Thread Dirk Eddelbuettel
On 12 August 2012 at 07:56, Michael Weylandt wrote: | On Aug 12, 2012, at 6:09 AM, Thorsten Jolitz wrote: | > Thorsten Jolitz writes: | > Let me reformulate my question (since I managed to make 'native' calls | > to C functions in libR by now): | > I still wonder whats 'in there' in libR - only

Re: [R] Using R as Shared Library

2012-08-12 Thread Michael Weylandt
On Aug 12, 2012, at 6:09 AM, Thorsten Jolitz wrote: > Thorsten Jolitz writes: > > Let me reformulate my question (since I managed to make 'native' calls > to C functions in libR by now): > I still wonder whats 'in there' in libR - only the core C functions, or > all the functions written in

Re: [R] Using R as Shared Library

2012-08-12 Thread Thorsten Jolitz
Thorsten Jolitz writes: Let me reformulate my question (since I managed to make 'native' calls to C functions in libR by now): I still wonder whats 'in there' in libR - only the core C functions, or all the functions written in R itself too? And what packages are included? -- cheers, Thorsten

[R] Using R as Shared Library

2012-08-11 Thread Thorsten Jolitz
Hi List, I find the following .so file in the R folder of my Arch Linux machine: ,-- | usr/lib/R/lib/libR.so `-- I copied it to my home folder and changed permissons from root to my personal user and then tried to call R functions from a different languag