Re: [Rd] unexported symbols in libR.so of r-devel

2006-01-30 Thread Matthias Burger
sorry for the late reply. I now had time to check again using R devel (2006-01-26 r37181) and succeeded in loading package rpvm. Thanks for your support. Regards, Matthias Prof Brian Ripley wrote: > On Tue, 24 Jan 2006, Na Li wrote: > >> >> Thanks to Matthias Burger, I came to know that i

Re: [Rd] unexported symbols in libR.so of r-devel

2006-01-24 Thread Prof Brian Ripley
On Tue, 24 Jan 2006, Na Li wrote: > > Thanks to Matthias Burger, I came to know that in r-devel, a lot of symbols > are no longer exported in libR.so, which breaks the package rpvm since it > calls these functions in serialize.c. They are hidden. Since they are in Rinternals.h, this was unintent