[Rd] could not open libRmath.so

2005-06-02 Thread Tib
at another linux box where I don't have root privilege. That machine only has binary version of R, so I built R from source in my own directory: /Users/tib/R And I also compiled libRmath.so, copied it to /Users/tib/R/bin/ Now I use this to compile my program g++ engine.cpp -o engine -lm -lRma

Re: [Rd] dynamic array output by .C

2005-04-14 Thread Tib
/14/05, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > On Thu, 14 Apr 2005, Tib wrote: > > > Greetings, > > > > I am building a stochastic simulation model in a C++ shared library > > for R. My model will generate a random number of new observations and > >

[Rd] dynamic array output by .C

2005-04-14 Thread Tib
control my programming at the second stage (pure C++ for R). It seems .C accepts fixed size of arrays as input (also ouput), can I modify size of array for deleting old and adding new observations in .C? Thanks in advance. -- I am Tib, not Rob. __ R-devel