Re: [Rd] Namespace dependency not required

2012-03-18 Thread Patrick Giraudoux
Le 18/03/2012 19:30, Uwe Ligges a écrit : On 18.03.2012 19:27, Patrick Giraudoux wrote: Le 18/03/2012 18:02, Uwe Ligges a écrit : On 18.03.2012 16:08, Patrick Giraudoux wrote: Le 18/03/2012 14:57, Uwe Ligges a écrit : On 18.03.2012 11:21, Patrick Giraudoux wrote: Hi, I am working at a

Re: [Rd] Namespace dependency not required

2012-03-18 Thread Uwe Ligges
On 18.03.2012 19:27, Patrick Giraudoux wrote: Le 18/03/2012 18:02, Uwe Ligges a écrit : On 18.03.2012 16:08, Patrick Giraudoux wrote: Le 18/03/2012 14:57, Uwe Ligges a écrit : On 18.03.2012 11:21, Patrick Giraudoux wrote: Hi, I am working at adding namespace to my packages, carefully f

Re: [Rd] Namespace dependency not required

2012-03-18 Thread Patrick Giraudoux
Le 18/03/2012 18:02, Uwe Ligges a écrit : On 18.03.2012 16:08, Patrick Giraudoux wrote: Le 18/03/2012 14:57, Uwe Ligges a écrit : On 18.03.2012 11:21, Patrick Giraudoux wrote: Hi, I am working at adding namespace to my packages, carefully following the doc "Writing R extensions" and some

Re: [Rd] Namespace dependency not required

2012-03-18 Thread Uwe Ligges
On 18.03.2012 16:08, Patrick Giraudoux wrote: Le 18/03/2012 14:57, Uwe Ligges a écrit : On 18.03.2012 11:21, Patrick Giraudoux wrote: Hi, I am working at adding namespace to my packages, carefully following the doc "Writing R extensions" and some threads on the web. However I cannot find c

Re: [Rd] Namespace dependency not required

2012-03-18 Thread Patrick Giraudoux
Le 18/03/2012 14:57, Uwe Ligges a écrit : On 18.03.2012 11:21, Patrick Giraudoux wrote: Hi, I am working at adding namespace to my packages, carefully following the doc "Writing R extensions" and some threads on the web. However I cannot find clear explanation about how to best deal with the

Re: [Rd] Namespace dependency not required

2012-03-18 Thread Uwe Ligges
On 18.03.2012 11:21, Patrick Giraudoux wrote: Hi, I am working at adding namespace to my packages, carefully following the doc "Writing R extensions" and some threads on the web. However I cannot find clear explanation about how to best deal with the import or importFrom functions in the name