Re: [Rd] Two submitted packages

2006-09-05 Thread Paul Murrell
Hi Deepayan Sarkar wrote: > On 9/5/06, Richard M. Heiberger <[EMAIL PROTECTED]> wrote: >> Deepayan wrote: >> xyplot(y ~ x | a, data=tmp, ylim=c(1.5,4.5), par.settings = list(clip = list(panel = "off")), layout=c(2,2)) >>> I'm curious to know why this funct

Re: [Rd] Two submitted packages

2006-09-05 Thread Deepayan Sarkar
On 9/5/06, Richard M. Heiberger <[EMAIL PROTECTED]> wrote: > Deepayan wrote: > > > > xyplot(y ~ x | a, > > >data=tmp, ylim=c(1.5,4.5), > > >par.settings = list(clip = list(panel = "off")), > > >layout=c(2,2)) > > > > I'm curious to know why this functionality is not enough.

Re: [Rd] Two submitted packages

2006-09-05 Thread Richard M. Heiberger
Deepayan wrote: > > xyplot(y ~ x | a, > >data=tmp, ylim=c(1.5,4.5), > >par.settings = list(clip = list(panel = "off")), > >layout=c(2,2)) > > I'm curious to know why this functionality is not enough. ## 1. Here is a more realistic example. tmp <- data.frame(x=1:5, y=1:5

Re: [Rd] Two submitted packages

2006-09-05 Thread Deepayan Sarkar
On 9/5/06, Richard M. Heiberger <[EMAIL PROTECTED]> wrote: > From: Prof Brian Ripley > > There is no '2.4.1', and your R-devel is not very recent. > > Apologies on the typo and the two-week old 2.4.0dev. > > I just downloaded >version 2.4.0 Under development (unstable) (2006-09-04 r39086) > > >

Re: [Rd] Two submitted packages

2006-09-05 Thread Paul Murrell
Hi Richard M. Heiberger wrote: > From: Prof Brian Ripley >> There is no '2.4.1', and your R-devel is not very recent. > > Apologies on the typo and the two-week old 2.4.0dev. > > I just downloaded >version 2.4.0 Under development (unstable) (2006-09-04 r39086) > > > 1. >> You set cpv$clip

Re: [Rd] Two submitted packages

2006-09-05 Thread Richard M. Heiberger
From: Prof Brian Ripley > There is no '2.4.1', and your R-devel is not very recent. Apologies on the typo and the two-week old 2.4.0dev. I just downloaded version 2.4.0 Under development (unstable) (2006-09-04 r39086) 1. > You set cpv$clip <- "off" and the internal code assumes that it is lo

Re: [Rd] Two submitted packages

2006-09-05 Thread Prof Brian Ripley
On Mon, 4 Sep 2006, Richard M. Heiberger wrote: > ## This example runs in R 2.3.1 and does not run in R 2.4.1. I am There is no '2.4.1', and your R-devel is not very recent. It looks as if R-devel has detected an error of yours that previously went undetected. You set cpv$clip <- "off" and th

Re: [Rd] Two submitted packages

2006-09-05 Thread Deepayan Sarkar
On 9/4/06, Richard M. Heiberger <[EMAIL PROTECTED]> wrote: > ## This example runs in R 2.3.1 and does not run in R 2.4.1. I am > ## raising it here for two questions: one on how to debug functions > ## inside a namespace, the other on how to control clipping. > > tmp <- data.frame(x=1:5, y=1:5, a=

Re: [Rd] Two submitted packages

2006-09-04 Thread Richard M. Heiberger
## This example runs in R 2.3.1 and does not run in R 2.4.1. I am ## raising it here for two questions: one on how to debug functions ## inside a namespace, the other on how to control clipping. tmp <- data.frame(x=1:5, y=1:5, a=factor(c(1,1,1,1,1), levels=1:4)) xyplot(y ~ x, data=tmp, yli