Re: [Rd] evaluation in unattached namespace

2007-04-26 Thread Seth Falcon
Duncan Murdoch <[EMAIL PROTECTED]> writes: > On 4/26/2007 7:39 PM, Deepayan Sarkar wrote: >> Hi, >> >> I recently discovered this buglet in lattice: If lattice is _not_ >> attached, I get >> >>> lattice::dotplot(~1:10) >> Error in eval(expr, envir, enclos) : could not find function "bwplot" >>

Re: [Rd] evaluation in unattached namespace

2007-04-26 Thread Deepayan Sarkar
On 4/26/07, Duncan Murdoch <[EMAIL PROTECTED]> wrote: > On 4/26/2007 7:39 PM, Deepayan Sarkar wrote: > > Hi, > > > > I recently discovered this buglet in lattice: If lattice is _not_ > > attached, I get > > > >> lattice::dotplot(~1:10) > > Error in eval(expr, envir, enclos) : could not find functio

Re: [Rd] evaluation in unattached namespace

2007-04-26 Thread Duncan Murdoch
On 4/26/2007 7:39 PM, Deepayan Sarkar wrote: > Hi, > > I recently discovered this buglet in lattice: If lattice is _not_ > attached, I get > >> lattice::dotplot(~1:10) > Error in eval(expr, envir, enclos) : could not find function "bwplot" > > This happens because of this: > >> lattice:::dotplo

[Rd] evaluation in unattached namespace

2007-04-26 Thread Deepayan Sarkar
Hi, I recently discovered this buglet in lattice: If lattice is _not_ attached, I get > lattice::dotplot(~1:10) Error in eval(expr, envir, enclos) : could not find function "bwplot" This happens because of this: > lattice:::dotplot.formula function (x, data = NULL, panel = "panel.dotplot", ...)