[Rd] Including multiple third party libraries in an extension

2011-11-12 Thread Tyler Pirtle
Hi, I've got a C extension structured roughly like: package/ src/ Makevars foo.c some-lib/... some-other-lib/.. where foo.c and Makevars define dependencies on some-lib and some-other-lib. Currently I'm having Makevars configure;make install some-lib and some-other-lib into a l

Re: [Rd] Including multiple third party libraries in an extension

2011-11-12 Thread Tyler Pirtle
Thanks Simon, a few replies... On Sat, Nov 12, 2011 at 6:14 AM, Simon Urbanek wrote: > Tyler, > > On Nov 11, 2011, at 7:55 PM, Tyler Pirtle wrote: > > > Hi, > > > > I've got a C extension structured roughly like: > > > > package/ > &g

Re: [Rd] Including multiple third party libraries in an extension

2011-11-12 Thread Tyler Pirtle
On Sat, Nov 12, 2011 at 8:08 PM, Tyler Pirtle wrote: > Thanks Simon, a few replies... > > On Sat, Nov 12, 2011 at 6:14 AM, Simon Urbanek < > simon.urba...@r-project.org> wrote: > >> Tyler, >> >> On Nov 11, 2011, at 7:55 PM, Tyler Pirtle wrote: >&

Re: [Rd] Including multiple third party libraries in an extension

2011-11-13 Thread Tyler Pirtle
On Sun, Nov 13, 2011 at 7:27 AM, Uwe Ligges wrote: > > > On 13.11.2011 05:22, Tyler Pirtle wrote: > >> On Sat, Nov 12, 2011 at 8:08 PM, Tyler Pirtle wrote: >> >> Thanks Simon, a few replies... >>> >>> On Sat, Nov 12, 2011 at 6:14 AM, Simon

Re: [Rd] Including multiple third party libraries in an extension

2011-11-13 Thread Tyler Pirtle
On Sun, Nov 13, 2011 at 6:25 PM, Simon Urbanek wrote: > > On Nov 13, 2011, at 6:48 PM, Tyler Pirtle wrote: > > > > > > > On Sun, Nov 13, 2011 at 7:27 AM, Uwe Ligges < > lig...@statistik.tu-dortmund.de> wrote: > > > > > > On 13.11.2011 05:22, T

[Rd] unserialize and eager execution

2011-12-05 Thread Tyler Pirtle
Hi, While debugging a network server I'm developing I noticed something unusual - call to unserialize() resulted in an error about loading a namespace. I was a bit taken back by this - why should unserializing an object cause a namespace lookup? Are there any other side-effects of unserialize() t

Re: [Rd] unserialize and eager execution

2011-12-05 Thread Tyler Pirtle
On Mon, Dec 5, 2011 at 10:41 PM, Prof Brian Ripley wrote: > Take a look at the information on serialization in 'R Internals'. AFAICS > this is no different from what can happen when loading a saved workspace. > > I'll give that a look, thanks. > > On 06/

[Rd] Ghost RefClasses

2012-05-16 Thread Tyler Pirtle
Hi there, this seems weird to me. Perhaps someone can explain whats going on? I'm creating a RefClass, then unloading the methods package, then re-loading it, declaring a different refclass with the same name, loading that one, but i'm getting instances of the previously defined class. $ R R ve