- using R version 3.0.1 Patched (2013-05-18 r62762)
- using platform: sparc-sun-solaris2.10 (32-bit)
- using session charset: UTF-8
- checking for file ‘ggplot2/DESCRIPTION’ ... OK
- checking extension type ... Package
- this is package ‘ggplot2’ version ‘0.9.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 for executable files ... OK
- checking for hidden files and directories ... OK
- checking for portable file names ... OK
- checking for sufficient/correct file permissions ... OK
- checking whether package ‘ggplot2’ can be installed ... OK
- checking installed package size ... OK
- checking package directory ... OK
- checking DESCRIPTION meta-information ... OK
- checking top-level files ... OK
- checking for left-over 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 loading without being on the library search path ... 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
borders: no visible binding for global variable ‘long’
borders: no visible binding for global variable ‘lat’
borders: no visible binding for global variable ‘group’
collide: no visible binding for global variable ‘x’
collide: no visible binding for global variable ‘y’
collide: no visible binding for global variable ‘ymax’
compute_grob_dimensions: no visible binding for global variable ‘type’
compute_intercept: no visible binding for global variable ‘group’
ggfluctuation: no visible binding for global variable ‘x’
ggfluctuation: no visible binding for global variable ‘y’
ggfluctuation: no visible binding for global variable ‘result’
ggfluctuation: no visible binding for global variable ‘freq’
ggplot_gtable : find_panel: no visible binding for global variable
‘name’
ggplot_gtable : find_panel: no visible binding for global variable ‘r’
ggplot_gtable : find_panel: no visible binding for global variable ‘b’
ggplot_gtable : find_panel: no visible binding for global variable ‘l’
ggplot_gtable: no visible binding for global variable ‘name’
guide_gengrob.legend: no visible binding for global variable ‘R’
guide_gengrob.legend: no visible binding for global variable ‘key.row’
guide_gengrob.legend: no visible binding for global variable ‘key.col’
guide_gengrob.legend: no visible binding for global variable
‘label.row’
guide_gengrob.legend: no visible binding for global variable
‘label.col’
label_bquote: no visible binding for global variable ‘x’
layout_grid: no visible binding for global variable ‘PANEL’
locate_grid: no visible binding for global variable ‘PANEL’
plotmatrix: no visible binding for global variable ‘x’
plotmatrix: no visible binding for global variable ‘y’
plotmatrix: no visible binding for global variable ‘..scaled..’
summarise_by_x: no visible binding for global variable ‘group’
summarise_by_x: no visible binding for global variable ‘x’
- 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 contents of ‘data’ directory ... OK
- checking data for non-ASCII characters ... OK
- checking data for ASCII and uncompressed saves ... OK
- checking examples ... [12m/12m] OK
- checking for unstated dependencies in tests ... OK
- checking tests ... ERROR
Running the tests in ‘tests/test-all.R’ failed.
Last 13 lines of output:
stat-bin2d : ..
stat-density2d : ....
Themes : .................................................
Utilities : .............
1. Failure: stat_sum -----------------------------------------------------------
all(ddply(ret, .(y), summarise, prop = sum(prop))$prop == 1) isn't true
2. Failure: stat_sum -----------------------------------------------------------
all(ddply(ret, .(y), summarise, prop = sum(prop))$prop == 1) isn't true
Error: Test failures
Execution halted