* using log directory 'd:/Rcompile/CRANpkg/randomForest.Rcheck' * checking for file 'randomForest/DESCRIPTION' ... OK * checking if this is a source package ... OK * checking whether package 'randomForest' can be installed ... OK * checking package directory ... OK * checking for portable file names ... 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 for replacement functions with final arg not named 'value' ... 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 sources/headers ... OK * creating randomForest-Ex.R ... OK * checking examples ... ERROR Running examples in randomForest-Ex.R failed. The error most likely occurred in: > ### * outlier > > flush(stderr()); flush(stdout()) > > ### Name: outlier > ### Title: Compute outlying measures > ### Aliases: outlier outlier.randomForest outlier.default > ### Keywords: classif > > ### ** Examples > > set.seed(1) > iris.rf <- randomForest(iris[,-5], iris[,5], proximity=TRUE) Error in randomForest(iris[, -5], iris[, 5], proximity = TRUE) : Object "iris" not found Execution halted