* using log directory 'd:/Rcompile/CRANpkg/local/2.4/wikibooks.Rcheck' * using R version 2.4.1 (2006-12-18) * checking for file 'wikibooks/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'wikibooks' version '0.2' * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'wikibooks' 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 syntax errors ... OK * checking R files for non-ASCII characters ... OK * checking whether the package can be loaded ... OK * checking whether the package can be loaded with stated dependencies ... OK * checking S3 generic/method consistency ... OK * checking replacement functions ... OK * checking foreign function calls ... OK * 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 wikibooks-Ex.R ... OK * checking examples ... ERROR Running examples in 'wikibooks-Ex.R' failed. The error most likely occurred in: > ### * Bundesliga.Mannschaft > > flush(stderr()); flush(stdout()) > > ### Name: Bundesliga.Mannschaft > ### Title: Show all matches of one team during one or all seasons > ### Aliases: Bundesliga.Mannschaft > ### Keywords: datagen > > ### ** Examples > > ## select one season > data(Bundesliga) > Bundesliga.Mannschaft("FC Schalke 04", "2006/2007") Error in `[.data.frame`(x, r, vars, drop = drop) : negative length vectors are not allowed Execution halted