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 package for 2.6.0dev. The warnings are not detected by R CMD CHECK and still appear in HH_2.1-3 (not yet on CRAN) after I repaired everything the R CMD CHECK does find. I backed up to the 2.4.1 compilation of HH along with the complete 2.6.0dev environment, including lattice and grid, to confirm that I had not introduced new errors. I believe the warnings come from a change made to R, probably in lattice or grid, that are not detected by R CMD CHECK. Uwe is correct that the older lattice and grid will not load with the newer R. Rich ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.