* using log directory 'd:/Rcompile/CRANpkg/local/2.7/RobAStBase.Rcheck' * using R version 2.7.2 (2008-08-25) * using session charset: ISO8859-1 * checking for file 'RobAStBase/DESCRIPTION' ... OK * this is package 'RobAStBase' version '0.1.4' * checking package name space information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'RobAStBase' 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 whether the name space can be loaded with stated dependencies ... OK * checking for unstated dependencies in R code ... WARNING Warning in getPackageName(where) : Created a package name, "2008-12-08 19:26:42", when none found See the information on DESCRIPTION files in the chapter 'Creating R packages' of the 'Writing R Extensions' manual. * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... WARNING Warning in getPackageName(where) : Created a package name, "2008-12-08 19:27:12", when none found See the chapter 'System and foreign language interfaces' of the 'Writing R Extensions' manual. * checking R code for possible problems ... OK * 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 RobAStBase-Ex.R ... OK * checking examples ... ERROR Running examples in 'RobAStBase-Ex.R' failed. The error most likely occurred in: > ### * ddPlot-methods > > flush(stderr()); flush(stdout()) > > ### Name: ddPlot-methods > ### Title: Methods for Function ddPlot in Package `RobAStBase' > ### Aliases: ddPlot ddPlot-methods ddPlot,matrix-method > ### ddPlot,numeric-method ddPlot,data.frame-method > ### Keywords: methods hplot > > ### ** Examples > > MX <- matrix(rnorm(1500),nrow=6) > QM <- matrix(rnorm(36),nrow=6); QM <- QM %*% t(QM) > ddPlot(data=MX, dist.y=QFNorm(QuadF=PosSemDefSymmMatrix(QM))) Error in function (classes, fdef, mtable) : unable to find an inherited method for function "fct", for signature "cutoff" Calls: ddPlot ... -> assign -> environment -> fct -> Execution halted