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
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