- using R version 2.8.1 (2008-12-22)
- using session charset: UTF-8
- checking for file 'DescribeDisplay/DESCRIPTION' ... OK
- this is package 'DescribeDisplay' version '0.1.3'
- 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 for sufficient/correct file permissions ... 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 ... NOTE
axesGrob: no visible binding for global variable ‘r’
ggplot.ddplot: no visible binding for global variable ‘x’
ggplot.ddplot: no visible binding for global variable ‘y’
ggplot.ddplot: no visible binding for global variable ‘pch’
ggplot.ddplot: no visible binding for global variable ‘cex’
ggplot.ddplot: no visible binding for global variable ‘label’
ggplot.parcoords: no visible binding for global variable ‘pch’
ggplot.parcoords: no visible binding for global variable ‘cex’
plot.dd_plot: possible error in panelGrob(x, axislocation =
axislocation, axisgp = axisgp, background.color = background.color):
unused argument(s) (axisgp = axisgp)
- checking Rd files ... WARNING
Rd files without 'description':
print-dd-8g.rd
These entries are required in an Rd file.
See the chapter 'Writing R documentation files' in manual 'Writing R
Extensions'.
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- creating DescribeDisplay-Ex.R ... OK
- checking examples ... ERROR
Running examples in 'DescribeDisplay-Ex.R' failed.
The error most likely occurred in:
> ### * ggplot-ddplot-50
>
> flush(stderr()); flush(stdout())
>
> ### Name: ggplot.ddplot
> ### Title: Create a nice plot
> ### Aliases: ggplot.ddplot ggplot.dd
> ### Keywords: hplot
>
> ### ** Examples
> xy <- dd_load(system.file("examples", "test-xyplot.r", package="DescribeDisplay"))
> ggplot(xy$plots[[1]])
Error in scale$labels : object of type 'closure' is not subsettable
Calls: print ... guides.manual -> guides.default -> rev -> labels -> labels.manual
Execution halted