• using R version 2.9.0 Under development (unstable) (2008-11-18 r46976)
  • using session charset: UTF-8
  • checking for file 'ggplot2/DESCRIPTION' ... OK
  • checking extension type ... Package
  • this is package 'ggplot2' version '0.7'
  • 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’
    collide: no visible binding for global variable ‘x’
    ggdist : <anonymous>: possible error in ggplotGrob(p, pretty = FALSE):
    unused argument(s) (pretty = FALSE)
    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’
    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:

    > ### * ggfluctuation-w9
    >
    > flush(stderr()); flush(stdout())
    >
    > ### Name: ggfluctuation
    > ### Title: Fluctuation plot
    > ### Aliases: ggfluctuation
    > ### Keywords: hplot
    >
    > ### ** Examples
    > ggfluctuation(table(movies$Action, movies$Comedy))
    Error in gList(...) : Only 'grobs' allowed in 'gList'
    Calls: print ... do.call -> <Anonymous> -> gTree -> setChildren -> gList
    Execution halted