* using log directory 'd:/Rcompile/CRANpkg/local/2.5/agsemisc.Rcheck' * using R version 2.5.1 (2007-06-27) * checking for file 'agsemisc/DESCRIPTION' ... OK * this is package 'agsemisc' version '1.1-3' * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'agsemisc' can be installed ... OK * checking package directory ... OK * checking for portable file names ... OK * checking DESCRIPTION meta-information ... OK * checking top-level files ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for non-ASCII characters ... OK * checking R files for syntax errors ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking for unstated dependencies in R code ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking R code for possible problems ... WARNING panel.xy: no visible binding for global variable 'a' panel.xy: no visible binding for global variable 'b' tracebck: no visible binding for global variable '.Traceback' * checking Rd files ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * creating agsemisc-Ex.R ... OK * checking examples ... ERROR Running examples in 'agsemisc-Ex.R' failed. The error most likely occurred in: > ### * panel.xy > > flush(stderr()); flush(stdout()) > > ### Name: panel.xy > ### Title: Flexible panel.xyplot replacement > ### Aliases: panel.xy panel.lminterval > ### Keywords: aplot > > ### ** Examples > > # set grid.prompt(TRUE) to see each plot separately (click graphics window) > data(iris) > a.resetplotparams() > print(xyplot(Sepal.Width ~ Sepal.Length|Species, data=iris, + panel=panel.xy, type="p,grid,v,lqs,r.pred,loess")) lm: y = -0.569 + 0.799 x lqs: y = 0.224 + 0.636 x the part of the args list of 'c' being evaluated was: (" y=", " mean x=", " y=", " sdev x=", " y=", " cor(x,y)=", ) Error in paste(c("median x=", " y=", " mean x=", " y=", " sdev x=", " y=", : element 7 is empty Execution halted