Re: [R] 'R CMD check' fails with "evaluation nested too deeply: infinite recursion"

2009-11-13 Thread Uwe Ligges
[Going through some old and from what I see unanswered messages No, you cannot have a cycle in Imports / Depends / LinkingTo otherwise you will run into an "the chicken or the egg" problem: That declaration means that the other packages must be loadable on installation, for example. You can tr

[R] 'R CMD check' fails with "evaluation nested too deeply: infinite recursion"

2009-10-28 Thread Joerg van den Hoff
I get the error Error : evaluation nested too deeply: infinite recursion / options(expressions=)? during a 'R CMD check ...' on one of my packages. The reason seems to be that this package is mutually dependent on another one (i.e. the DESCRIPTION files of package A lists package B under "Depen