* using log directory '/CRANPkg/check/ipred.Rcheck' * using R version 2.1.1, 2005-06-20 * checking for file 'ipred/DESCRIPTION' ... OK * this is package 'ipred' version '0.8-3' * checking if this is a source package ... OK * checking whether package 'ipred' can be installed ... OK * checking package directory ... OK * checking for portable file names ... OK * checking for sufficient/correct file permissions ... OK * checking DESCRIPTION meta-information ... OK * checking package dependencies ... OK * checking index information ... OK * checking package subdirectories ... OK * checking R files for syntax errors ... OK * checking R files for library.dynam ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * checking Rd files ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking for CRLF line endings in C/C++/Fortran sources/headers ... OK * creating ipred-Ex.R ... OK * checking examples ... ERROR Running examples in ipred-Ex.R failed. The error most likely occurred in: > ### * prune.bagging > > flush(stderr()); flush(stdout()) > > ### Name: prune.classbagg > ### Title: Pruning for Bagging > ### Aliases: prune.classbagg prune.regbagg prune.survbagg > ### Keywords: tree > > ### ** Examples > > > data(Glass) > > mod <- bagging(Type ~ ., data=Glass, nbagg=10, coob=TRUE) > pmod <- prune(mod) Error in prune.rpart(tree$mtrees[[i]]$btree, cp = cp, ...) : subscript out of bounds Execution halted