[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

Re: [Rd] Problem with R >3.0.0

2013-08-24 Thread Shelton, Samuel
Thanks for looking into this for me. I made a mistake with the version of Osx I was using it is actually 10.8.4 mountain lion. Interestingly it was doing the same on this particular iMac with snow leopard and that was the reason that I upgraded it to mountain lion. I found the same problem with

Re: [Rd] model.frame(), model.matrix(), and derived predictor variables

2013-08-24 Thread Ben Bolker
Bump: just trying one more time to see if anyone had thoughts on this (so far it's just ...) Original Message Subject: model.frame(), model.matrix(), and derived predictor variables Date: Sat, 17 Aug 2013 12:19:58 -0400 From: Ben Bolker To: r-de...@stat.math.ethz.ch De

Re: [Rd] legitimate use of :::

2013-08-24 Thread Kasper Daniel Hansen
On Thu, Aug 22, 2013 at 8:27 PM, Peter Meilstrup Using ::: on a package you don't control can be more dangerous. For a > > package author to choose to export a function to the public interface > represents at least some assurance that that interface will be stable or > slow-moving. But there are no