- using R Under development (unstable) (2012-02-27 r58511)
- using platform: x86_64-pc-mingw32 (64-bit)
- using session charset: ISO8859-1
- checking for file 'GGally/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'GGally' version '0.3.1'
- 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 whether package 'GGally' can be installed ... OK
- checking installed package size ... 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
- loading checks for arch 'i386'
** 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
- loading checks for arch 'x64'
** 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 global function definition for 'getGrob'
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 global function definition for
'add.all.combinations'
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 global function definition for 'rescaler'
ggparcoord: no visible global function definition for 'melt'
ggparcoord: no visible global function definition for 'ddply'
ggparcoord: no visible global function definition for '.'
ggparcoord: no visible binding for global variable 'variable'
ggparcoord: no visible binding for global variable 'summarize'
ggparcoord: no visible binding for global variable 'value'
print.ggpairs: no visible global function definition for 'viewport'
print.ggpairs: no visible global function definition for 'unit'
print.ggpairs: no visible global function definition for 'grid.layout'
print.ggpairs: no visible global function definition for 'grid.newpage'
print.ggpairs: no visible global function definition for 'pushViewport'
print.ggpairs: no visible global function definition for 'grid.text'
print.ggpairs: no visible global function definition for 'gpar'
print.ggpairs: no visible global function definition for 'popViewport'
print.ggpairs: no visible global function definition for 'grid.rect'
vplayout: no visible global function definition for 'viewport'
- 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 ...
** running examples for arch 'i386' ... ERROR
Running examples in 'GGally-Ex.R' failed
The error most likely occurred in:
> ### Name: ggally_cor
> ### Title: Correlation from the Scatter Plot estimate correlation from the
> ### given data
> ### Aliases: ggally_cor
> ### Keywords: hplot
>
> ### ** Examples
>
> ggally_cor(iris, aes(x = Sepal.Length, y = Petal.Length))
> ggally_cor(iris, aes_string(x = "Sepal.Length", y = "Petal.Length", size = 15, colour = "red"))
> ggally_cor(iris, aes_string(x = "Sepal.Length", y = "Petal.Length", color = "Species"), corSize = 15 )
Error in eval(expr, envir, enclos) : could not find function "ddply"
Calls: ggally_cor -> unique -> eval -> eval
Execution halted
** running examples for arch 'x64' ... ERROR
Running examples in 'GGally-Ex.R' failed
The error most likely occurred in:
> ### Name: ggally_cor
> ### Title: Correlation from the Scatter Plot estimate correlation from the
> ### given data
> ### Aliases: ggally_cor
> ### Keywords: hplot
>
> ### ** Examples
>
> ggally_cor(iris, aes(x = Sepal.Length, y = Petal.Length))
> ggally_cor(iris, aes_string(x = "Sepal.Length", y = "Petal.Length", size = 15, colour = "red"))
> ggally_cor(iris, aes_string(x = "Sepal.Length", y = "Petal.Length", color = "Species"), corSize = 15 )
Error in eval(expr, envir, enclos) : could not find function "ddply"
Calls: ggally_cor -> unique -> eval -> eval
Execution halted