* using log directory 'd:/Rcompile/CRANpkg/labdsv.Rcheck' * checking for file 'labdsv/DESCRIPTION' ... OK * checking if this is a source package ... OK * checking whether package 'labdsv' can be installed ... OK * checking package directory ... OK * checking for portable file names ... 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 sources/headers ... OK * creating labdsv-Ex.R ... OK * checking examples ... ERROR Running examples in labdsv-Ex.R failed. The error most likely occurred in: > ### * tabdev > > flush(stderr()); flush(stdout()) > > ### Name: tabdev > ### Title: Table Deviance > ### Aliases: tabdev > ### Keywords: cluster > > ### ** Examples > > data(bryceveg) # retrieves a vegetation data frame > clust <- sample(1:5,nrow(bryceveg),replace=TRUE) >