Re: [Rd] Error in code2LazyLoadDB

2008-03-19 Thread Tony Chiang
Thanks for the note. There was a case of cyclic dependencies . Is there a way to make the error message a bit more transparent (for those of us who are a bit slow to figure it out)? On Wed, Mar 19, 2008 at 2:40 PM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > It means that when trying to prepa

Re: [Rd] Error in code2LazyLoadDB

2008-03-19 Thread Prof Brian Ripley
It means that when trying to prepare this "anonymous" package (ppiStats?) for lazy loading, it is already loaded. Most likely you have a dependency cycle amongst the namespaces. The ppiStats on BioC 2.2 has a very long list of dependencies, but does load under R-devel. On Wed, 19 Mar 2008, Ton

[Rd] Error in code2LazyLoadDB

2008-03-19 Thread Tony Chiang
Hi all, While the package with which I am working is apart of the Bioconductor project, I think that this might be a better forum to ask my question. I have recently updated one of my packages, and then tried to build it using R-devel, but I get the following error message: -