[R] warning messages in grid or lattice give that I can't debug

2007-08-02 Thread Richard M. Heiberger
The messages are visible in 2.6.0dev The same commands in 2.4.1 work without warning messages. I am using the HH_1.18-1 from R_2.4.1 with both R versions and not the current HH_2.1-3 version$version.string installed.packages()[c(grid,lattice, HH),3] ## library(HH) library(lattice,

Re: [R] warning messages in grid or lattice give that I can't debug

2007-08-02 Thread Uwe Ligges
Richard M. Heiberger wrote: The messages are visible in 2.6.0dev The same commands in 2.4.1 work without warning messages. I am using the HH_1.18-1 from R_2.4.1 with both R versions and not the current HH_2.1-3 version$version.string installed.packages()[c(grid,lattice, HH),3] ##

Re: [R] warning messages in grid or lattice give that I can't debug

2007-08-02 Thread Richard M. Heiberger
Uwe Ligges wrote: It is essential not to use a lattice version designed for R-2.4.1 with R-devel... And I don't see a reason, and in some cases, switching to another major version of R requires recompiling of packages anyway. The warnings first appeared in 2.6.0dev when I recompiled my

Re: [R] warning messages in grid or lattice give that I can't debug

2007-08-02 Thread Deepayan Sarkar
On 8/2/07, Richard M. Heiberger [EMAIL PROTECTED] wrote: The messages are visible in 2.6.0dev The same commands in 2.4.1 work without warning messages. I am using the HH_1.18-1 from R_2.4.1 with both R versions and not the current HH_2.1-3 version$version.string

Re: [R] warning messages in grid or lattice give that I can't debug

2007-08-02 Thread Richard M. Heiberger
Thanks Deepayan. Does that translate that I don't have to do anything else, and that I can submit the package in its present state to CRAN? Rich __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the

Re: [R] warning messages in grid or lattice give that I can't debug

2007-08-02 Thread deepayan . sarkar
On 8/2/07, Richard M. Heiberger [EMAIL PROTECTED] wrote: Thanks Deepayan. Does that translate that I don't have to do anything else, and that I can submit the package in its present state to CRAN? No, you have to make sure that 'fill' is not a factor. My guess is that the simplest way to do