* using log directory 'd:/Rcompile/CRANpkg/local/2.9/DescribeDisplay.Rcheck' * using R version 2.9.2 Patched (2009-09-02 r49531) * using session charset: ISO8859-1 * checking for file 'DescribeDisplay/DESCRIPTION' ... OK * this is package 'DescribeDisplay' version '0.2.1' * checking package name space information ... OK * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'DescribeDisplay' 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 ... 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 files against version 2 parser ... OK * checking Rd cross-references ... OK * checking for missing documentation entries ... OK * checking for code/documentation mismatches ... OK * checking Rd \usage sections ... OK * checking examples ... ERROR Running examples in 'DescribeDisplay-Ex.R' failed. The error most likely occurred in: > ### * DescribeDisplay-package > > flush(stderr()); flush(stdout()) > > ### Name: DescribeDisplay-package > ### Title: R interface to DescribeDisplay (GGobi plugin) > ### Aliases: DescribeDisplay-package DescribeDisplay > ### Keywords: package > > ### ** Examples > > example(ggplot.dd) ggplt.> print(example(ggplot.ddplot)) ggplt.> print(ggplot(dd_example("tour2d"))) [1] "axes" ggplt.> print(ggplot(dd_example("tour1d"))) [1] "axes" ggplt.> print(ggplot(dd_example("tour2d-cube3"))) [1] "axes" ggplt.> print(ggplot(dd_example("dot"))) ggplt.> print(ggplot(dd_example("dot-labels"))) ggplt.> print(ggplot(dd_example("xyplot"))) ggplt.> print(ggplot(dd_example("xyplot")) + opts(aspect.ratio = 1)) ggplt.> print(ggplot(dd_example("xyplot")) + xlab(NULL) + ylab(NULL)) ggplt.> print(ggplot(dd_example("ash"))) ggplt.> print(ggplot(dd_example("ash")) + geom_segment(aes(x=x,xend=x,y=0,yend=y),size=0.3)) $value NULL $visible [1] FALSE ggplt.> print(example(ggplot.histogram)) ggplt.> print(ggplot(dd_example("barchart"))) $value NULL $visible [1] FALSE ggplt.> print(example(ggplot.barplot)) ggplt.> print(ggplot(dd_example("barchart-species"))) $value NULL $visible [1] FALSE > example(ggplot.scatmat) ggplt.> print(ggplot(dd_example("scattermat-small"))) ggplt.> print(ggplot(dd_example("scattermat")) + opts(aspect.ratio=1)) > example(ggplot.parcoords) ggplt.> print(ggplot(dd_example("pcp"))) Error: Labels and breaks must be same length Execution halted