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
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
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:
>&
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
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
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
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/
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