Re: [Rd] cyclic namespace dependency detected when loading ...

2013-08-25 Thread Uwe Ligges
On 21.08.2013 16:34, Jannis wrote: Hi R users, I am developing two packages. Each package uses some functions from the other package. Now when I define these dependencies in the NAMESPACE file (via importFrom(,function1,)), i get this error (when building one package): cyclic namespa

[Rd] cyclic namespace dependency detected when loading ...

2013-08-24 Thread Jannis
Hi R users, I am developing two packages. Each package uses some functions from the other package. Now when I define these dependencies in the NAMESPACE file (via importFrom(,function1,)), i get this error (when building one package): cyclic namespace dependency detected when loadin