- using R version 2.7.2 (2008-08-25)
- using session charset: UTF-8
- checking for file 'ggplot2/DESCRIPTION' ... OK
- checking extension type ... Package
- this is package 'ggplot2' version '0.6'
- checking package name space information ... OK
- checking package dependencies ... OK
- checking if this is a source package ... OK
- checking whether package 'ggplot2' 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
bin: no visible binding for global variable ‘count’
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’
ggmissing: no visible global function definition for ‘reorder_factor’
html_auto_link: no visible binding for global variable ‘links’
plotmatrix: no visible binding for global variable ‘x’
plotmatrix: no visible binding for global variable ‘y’
rdoc_auto_link: no visible binding for global variable ‘links’
- checking Rd files ... OK
- checking Rd cross-references ... OK
- checking for missing documentation entries ... OK
- checking for code/documentation mismatches ... OK
- checking Rd \usage sections ... OK
- checking data for non-ASCII characters ... OK
- creating ggplot2-Ex.R ... OK
- checking examples ... ERROR
Running examples in 'ggplot2-Ex.R' failed.
The error most likely occurred in:
> ### * ggmissing-2x
>
> flush(stderr()); flush(stdout())
>
> ### Name: ggmissing
> ### Title: Missing values plot
> ### Aliases: ggmissing
> ### Keywords: hplot
>
> ### ** Examples
> mmissing <- movies
> mmissing[sample(nrow(movies), 1000), sample(ncol(movies), 5)] <- NA
> ggmissing(mmissing)
Error in ggmissing(mmissing) : could not find function "reorder_factor"
Execution halted