- using R version 2.15.0 Patched (2012-05-26 r59446)
- using platform: i386-pc-solaris2.10 (32-bit)
- using session charset: UTF-8
- checking for file ‘GGally/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘GGally’ version ‘0.3.2’
- checking package namespace information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking if there is a namespace ... OK
- checking for .dll and .exe files ... OK
- checking whether package ‘GGally’ can be installed ... OK
- checking installed package size ... 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 package can be unloaded cleanly ... OK
- checking whether the namespace can be loaded with stated dependencies ... OK
- checking whether the namespace can be unloaded cleanly ... 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
ggally_blank: no visible binding for global variable ‘X’
ggally_blank: no visible binding for global variable ‘Y’
ggally_cor: no visible binding for global variable ‘labelp’
ggally_densityDiag: no visible binding for global variable ‘..scaled..’
ggally_densityDiag: no visible binding for global variable ‘x’
ggally_diagAxis: no visible binding for global variable ‘x’
ggally_diagAxis: no visible binding for global variable ‘y’
ggally_diagAxis: no visible binding for global variable ‘lab’
ggally_facetdensitystrip: no visible binding for global variable
‘..density..’
ggally_facetdensitystrip: no visible binding for global variable
‘..scaled..’
ggally_facetdensitystrip: no visible binding for global variable ‘x’
ggfluctuation2: no visible binding for global variable ‘x’
ggfluctuation2: no visible binding for global variable ‘y’
ggfluctuation2: no visible binding for global variable ‘result’
ggfluctuation2: no visible binding for global variable ‘freq’
ggparcoord: no visible binding for global variable ‘variable’
ggparcoord: no visible binding for global variable ‘value’
- checking Rd files ... OK
- checking Rd metadata ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking Rd contents ... OK
- checking for unstated dependencies in examples ... OK
- checking examples ... ERROR
Running examples in ‘GGally-Ex.R’ failed
The error most likely occurred in:
> ### Name: addAndOverwriteAes
> ### Title: Add new aes Add new aesthetics to a previous aes
> ### Aliases: addAndOverwriteAes
> ### Keywords: internal
>
> ### ** Examples
>
> ggpairs(diamonds, columns = 1:3, upper = list(points = "scatterplot",
+ aes_string = aes_string(color = "clarity")), lower = list(points = "scatterplot",
+ aes_string = aes_string(color = "cut")), color = "color", title = "Diamonds")
Error in unit(x, default.units) : 'x' and 'units' must have length > 0
Calls: print ... print.ggpairs -> suppressMessages -> withCallingHandlers
Execution halted