* using log directory 'd:/Rcompile/CRANpkg/local/2.5/animation.Rcheck' * using R version 2.5.1 Patched (2007-08-01 r42387) * checking for file 'animation/DESCRIPTION' ... OK * checking extension type ... Package * this is package 'animation' version '0.1-0' * checking package dependencies ... OK * checking if this is a source package ... OK * checking whether package 'animation' can be installed ... 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 * checking whether the package can be loaded ... OK * checking whether the package 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 ... OK * 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 animation-Ex.R ... OK * checking examples ... ERROR Running examples in 'animation-Ex.R' failed. The error most likely occurred in: > ### * ani.start > > flush(stderr()); flush(stdout()) > > ### Name: ani.start > ### Title: Start the generation of an HTML animation page > ### Aliases: ani.start > ### Keywords: utilities > > ### ** Examples > > # create an animation page in the tempdir() and auto-browse it > ani.start() ANI> brownian.motion(saveANI = TRUE) Error in png(paste(file.path(outdir, n), ".png", sep = ""), width = width, : unused argument(s) (unit = "px") Execution halted