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(XXXX,function1,....)), i get this error (when building one package):

cyclic namespace dependency detected when loading 'XXXXXX', already loading ‘YYYYYYY’, ‘XXXXXXXXX’

Is there any way to prevent this error? Shouldn't this case be allowed in some way? Or can package dependencies only be in one direction?


Thanks
Jannis

______________________________________________
R-devel@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-devel

Reply via email to